tangi Posté 23 Septembre 2009 Posté 23 Septembre 2009 (modifié) Salut, J'ai un petit problème d'url rewriting avec mon site J'ai ajouté trop de code et je ne trouve plus l'érreur Dans mon htaccess, j'ai mis ceci RewriteEngine onRewriteBase /rewritecond %{http_host} ^example.com [nc]rewriterule ^(.*)$ http://www.example.com/$1 [r=301,nc] RewriteCond %{HTTP_REFERER} !^$RewriteCond %{HTTP_REFERER} !^http://(www\.)?example.com/.*$ [NC]RewriteRule \.(gif|swf|flv|png)$ /feed/ [R=302,L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_URI} !(.*)/$RewriteRule ^(.*)$ http://example.com/$1/ [L,R=301] la redirection marche pour ce lien: http://example.com --> http://www.example.com/ et pour celui là aussi http://example.com/video/b6a/Im-A-Hot-Dog/ --> http://www.example.com/video/b6a/Im-A-Hot-Dog/ la redirection ne fonctionne pas pour ceux ci: http://example.com/videos qui donne: http://www.example.com/http:/www.example.com/videos/ un autre exemple: http://example.com/video/b6a/Im-A-Hot-Dog --> http://www.example.com/http:/www.example.com/video/b6a/Im-A- Hot-Dog/ Quelqu'un aurait-il la solution? merci Modifié 23 Septembre 2009 par tangi
jnj Posté 1 Octobre 2009 Posté 1 Octobre 2009 salut, je ne suis pas modérateur , mais tu aurais plus de réponses en postant dans ce fil plutôt que ici :: web master : URL rewriting et autres .htaccess
Sujets conseillés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant