robo-crc/actimania-judging/master/app/.htaccess - Htaccess File

robo-crc/actimania-judging/master/app/.htaccess

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index.php|user_guide|static|robots.txt|favicon.ico)
RewriteRule ^(.*)$ index.php/$1 [L]

#Set environment variables
SetEnv APPLICATION_ENV development

# Caching directives
FileETag MTime Size

# Appcache manifest mime type
AddType text/cache-manifest .appcache

On Github License

Files

Download PDF of Htaccess file
ENV, static

Comments

Apache