Nymoth/spidercerdo/master/.htaccess - Htaccess File

Nymoth/spidercerdo/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|assets|robots.txt)
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

<FilesMatch ".(css|js|php|html|xml|woff)$">
SetOutputFilter DEFLATE
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache