Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. # Some hosts may require you to use the `RewriteBase` directive.
  4. # If you need to use the `RewriteBase` directive, it should be the
  5. # absolute physical path to the directory that contains this htaccess file.
  6. #
  7. # RewriteBase /
  8.  
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteRule ^ index.php [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement