Yann Cochard a écrit :
> Le but est d'aller sur http://www.mondomaine.com/test/existepas.html et
> qu'il m'affiche trouve.html, mais ça ne marche pas :-(

Solution 1:

Options +FollowSymlinks
RewriteEngine on
RewriteBase /test
RewriteRule ^nexistepas.html$   trouve.html  [L]

Solution 2:

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/test/nexistepas.html$   /test/trouve.html  [L]


Les tutotiaux c'est bien, mais parfois la doc d'origine c'est mieux :)
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html

Olivier

Linux-Azur :      http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****

Répondre à