Advertisement
achshar

Untitled

Mar 28th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #internal rewrite for .php
  2. #RewriteRule %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|zip)$
  3. #RewriteCond %{REQUEST_FILENAME} !-d
  4. #RewriteCond %{REQUEST_FILENAME}\.php -f
  5. #RewriteRule ^(.*)$ $1.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement