Salut,
As dori daca se poate putin ajutor cu un cod .htaccess care sa redirectioneze in mod corect http://pctroubleshooting.ro/index.php catre http://pctroubleshooting.ro
.htaccess-ul meu actual arata asa:
P.S: Am cautat inainte de a scrie topic-ul pe forum, dar ceea ce am gasit nu mi-a fost de folos.Cod HTML:<IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !\..+$ RewriteRule . /index.php [L] </IfModule> Options +FollowSymLinks RewriteEngine On RewriteBase / # Redirect www to non-www RewriteCond %{HTTP_HOST} ^www\.pctroubleshooting\.ro$ [NC] RewriteRule ^(.*)$ http://pctroubleshooting.ro/$1 [R=301,L] <Files 403.shtml> order allow,deny allow from all </Files>
Multumesc !



Răspunde cu citat