Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # URL Rewriting DotClear 2
- RewriteEngine On
- RewriteRule ^fr/([\w-]+)/([\w-]+)$ index.php?category=$1 [L]
- Redirect 301 /dotclear/ /fr/
- Redirect 301 /dotclear/public/ /dtc/public
- # mod_rewrite
- RewriteBase /
- RewriteRule ^([^\.]+)\index.php?$ $1 [NC,R=301,L]
- RewriteRule ^([^\.]+)$ $1.php [NC,PT,L]
- # Generic
- #DirectoryIndex index.php index.html
- #Options +FollowSymLinks
- #Options -Indexes
- #php_value register_globals 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement