Guest User

Untitled

a guest
Apr 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. # Allow any files or directories that exist to be displayed directly
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. # Rewrite all other URLs to index.php/URL
  7. RewriteRule .* index.php/$0 [PT,L]
Add Comment
Please, Sign In to add comment