Behemouth/website-mirror-by-proxy/master/public/rwb/.htaccess - Htaccess File

Behemouth/website-mirror-by-proxy/master/public/rwb/.htaccess

# Handle appcache file with PHP. This requires an AllowOverride directive in Apache.
# The site will still work without this, but the browser cache won't automatically update
# when the code changes.
AddHandler application/x-httpd-php .appcache

# Deny access to everything except jquery and the appcache file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !rwb.appcache$
RewriteCond %{REQUEST_FILENAME} !spinner.*.gif$
RewriteRule . - [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache