Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Options +All
  2. RewriteEngine On
  3. RewriteBase /
  4.  
  5. # Required to remove index.php from EE URLS
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.*)$ index.php/$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement