iufer/race/master/public/.htaccess - Htaccess File

iufer/race/master/public/.htaccess

SetEnv RACE_ENV production
#SetEnv RACE_ENV testing
#SetEnv RACE_ENV development

RewriteEngine on
RewriteCond $1 !^(index.php|img|humans.txt|robots.txt|css|js|favicon.ico|tmp)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache