jwatkin423/itbucket/master/application/.htaccess - Htaccess File

jwatkin423/itbucket/master/application/.htaccess

RewriteEngine On
RewriteBase /itbucket/

RewriteRule ^(welcome(/index)?|index(.php)?)/?$
RewriteRule ^(.*)/index/?$ $1

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ $1

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache