mynameistecs51/supplies_csit/master/.htaccess - Htaccess File

mynameistecs51/supplies_csit/master/.htaccess

RewriteEngine On
RewriteBase /supplies_csit/

#RewriteCond $1 !^(index.php|css|font-awesome-4.1.0|fonts|images|js|robots.txt)
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php?/$1 [L]

RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /index.php?/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

#RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule .* index.php/$1 [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache