Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. DirectoryIndex index.php index.html index.shtml
  2. ErrorDocument 404 /index.php
  3. RewriteEngine On
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6.  
  7. RewriteRule ^(.*)$ index.php?rewrite=1&request=$1 [QSA]
  8. RewriteRule ^$ index.php?rewrite=1 [QSA]
  9.  
  10. Options -Indexes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement