Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RewriteEngine on
- # exclude real directories and files
- RewriteCond %{REQUEST_URI} !-f
- RewriteCond %{REQUEST_URI} !-d
- RewriteRule ^domains index.php?page=domains [PT]
- RewriteRule (.*)\.php index.php?page=$1&%{QUERY_STRING} [PT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement