2012-10-08 4 views
1

Je suis en train de changer certaines URL avec url rewrite (apache), mais rien ne fonctionne et je ne comprends tout simplement pas pourquoi. Ceci est mon fichier .htaccess:url réécrire ne fonctionne pas pour un sous-dossier

RewriteEngine on 
RewriteCond %{HTTP_REFERER} !^$ [NC] 
RewriteCond %{HTTP_REFERER} !^http://mywebsite.it [NC] 
RewriteCond %{HTTP_REFERER} !^http://www.mywebsite.it [NC] 
RewriteCond %{HTTP_REFERER} !^http://websiteip [NC] 
RewriteRule ^.*$ http://www.mywebsite.it/ [R,L] 
ErrorDocument 404 /404.php 
RewriteRule ^home$ /t01/index.php [L] 
RewriteRule ^chi-siamo$ /t01/chisiamo.php [L] 
RewriteRule ^faq$ /t01/faq.php [L] 
RewriteRule ^login$ /t01/login_splash.php [L] 
RewriteRule ^logout$ /t01/logout.php [L] 

There is t01/ in front of the files because I'm trying to see if it works in a subfolder. 

Répondre

1

Je résolu tout en mettant mes fichiers dans le répertoire principal et par cleaing mes règles (pas plus T01 /).