Slind

Untitled

Mar 10th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} -f [OR]
  2. RewriteCond %{REQUEST_FILENAME} -l [OR]
  3. RewriteCond %{REQUEST_FILENAME} -d
  4. RewriteRule ^.*$ - [NC,L]
  5. RewriteRule ^(data/|js/|styles/|robots\.txt) - [NC,L]
  6. RewriteRule ^.*$ index.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment