Laumaned/Site_DoItYourself/master/web/.htaccess - Htaccess File

Laumaned/Site_DoItYourself/master/web/.htaccess

AddType text/cache-manifest .manifest

<IfModule mod_deflate.c>
AddOutputFilter DEFLATE php
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache