marlag/codeigniter/master/web/.htaccess - Htaccess File

marlag/codeigniter/master/web/.htaccess

RewriteEngine On
RewriteBase /

## these were my original rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
#RewriteRule ^(.*)$ maintenance.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache