simonpkerr/music-memories/master/.htaccess - Htaccess File

simonpkerr/music-memories/master/.htaccess

# -FrontPage-

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/?(.*)$ /SkNd/web/app.php/$1 [QSA,L]
</IfModule>

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName noodledig.com
AuthUserFile /home/simonker/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/simonker/public_html/_vti_pvt/service.grp
SetEnv PHPRC /home/simonker/public_html/php.ini

#use gzip
#SetOutputFilter DEFLATE 
#AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/javascript application/json

#ExpiresActive On
#ExpiresByType application/x-javascript "access plus 10 years"

On Github License

Files

Download PDF of Htaccess file
DEFLATE, GET, POST, PUT, REQUEST_FILENAME

Comments

Apache