hxgf/stereo/master/.htaccess - Htaccess File

hxgf/stereo/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]

AddType text/css cssgz
AddType text/javascript jsgz
AddEncoding x-gzip .cssgz .jsgz

# php_value allow_url_fopen 1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache