Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options +FollowSymLinks
- RewriteEngine On
- # Redirect requests to index.php
- RewriteCond %{REQUEST_URI} !=/index.php
- RewriteCond %{REQUEST_URI} !.*\.png$ [NC]
- RewriteCond %{REQUEST_URI} !.*\.jpg$ [NC]
- RewriteCond %{REQUEST_URI} !.*\.css$ [NC]
- RewriteCond %{REQUEST_URI} !.*\.gif$ [NC]
- RewriteCond %{REQUEST_URI} !.*\.js$ [NC]
- RewriteRule .* /index.php
Advertisement
Add Comment
Please, Sign In to add comment