Mailing List Archive

Rewrite rules
Thanks for your help Stefan.

As you can see i am a noob with redirection

The devlopemment team send me new rules for our website and i don't
understand how to translate them to Cherokee :

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index.php

RewriteRule ^index.php(.*)$ http://www.fnaim.fr$1
<http://www.fnaim69.com$1>[R=301,L]



RewriteCond %{REQUEST_FILENAME} -s [OR]

RewriteCond %{REQUEST_FILENAME} -l [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

RewriteRule ^.*$ index.php [NC,L]


Somebody can help me with this rules ?

Thanks for your help.