Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteCond%{REQUEST_FILENAME} -s [OR]
  4. RewriteCond%{REQUEST_FILENAME} -l [OR]
  5. RewriteCond%{REQUEST_FILENAME} -d
  6. RewriteRule ^.*$- [NC,L]
  7. RewriteCond ^.*.index.php[NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement