Htaccess File

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

ENV, static
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
Exit mobile version