CSC301H-Fall2013/Storefront-Calendar/master/website/.htaccess - Htaccess File

CSC301H-Fall2013/Storefront-Calendar/master/website/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]  

#RewriteEngine on
#RewriteCond $1 !^(index.php|images|captcha|css|js|robots.txt)
#RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache