tachyons/treasure_hunt/master/.htaccess - Htaccess File

tachyons/treasure_hunt/master/.htaccess

RewriteEngine on
RewriteBase /treasure_hunt/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|install|css|robots|captcha.txt)
RewriteRule .* index.php/$0 [PT,L]

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache