Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Options FollowSymLinks
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine on
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule ^(.")$ index.php?/$1 [L]
  7. </IfModule>
  8.  
  9. <IfModule !mode_rewrite.c>
  10. ErrorDocument 404 /index.php
  11. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement