Nivocer/webenq/master/public/.htaccess - Htaccess File

Nivocer/webenq/master/public/.htaccess

SetEnv APPLICATION_ENV "development"
<IfModule mod_expires.c>
<IfModule mod_headers.c>
    Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
</IfModule>
</IfModule>

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
ENV, no-cache, REQUEST_FILENAME

Comments

Apache