Fxrialab/dandelion/master/.htaccess - Htaccess File

Fxrialab/dandelion/master/.htaccess

# Enable rewrite engine and route requests to framework
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L,QSA]

# Default expires header if none specified (stay in browser cache for 7 days)
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault A604800
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache