tysonchamp/codeigniter-htaccess/master/.htaccess - Htaccess File

tysonchamp/codeigniter-htaccess/master/.htaccess

DirectoryIndex index.php
RewriteEngine on

RewriteCond %{REQUEST_URI} !^(index.php|.swf|forums|images|css|downloads|js|robots.txt|favicon.ico)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) ./index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache