Advertisement
nucklear

Codeigniter htaccess

Apr 29th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. Options FollowSymLinks
  2.  
  3. RewriteEngine on
  4.  
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^(.*)$ index.php?/$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement