jcamiloduque/AppFramework/master/public/.htaccess - Htaccess File

jcamiloduque/AppFramework/master/public/.htaccess

SetEnv APPLICATION_ENV development

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l 
RewriteRule .*.(gif|jpg|png|css|js|ico|flv|txt)$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache