ctubio/LookingGlass/master/.htaccess - Htaccess File

ctubio/LookingGlass/master/.htaccess

# Disable directory indexing
Options -Indexes

# Deny access to LookingGlass subdirectory
# Overkill, but used for development (dev folder = /LookingGlass)
RedirectMatch 404 /LookingGlass/(.*.(?:conf|db|sh)|(?:Config|LookingGlass|RateLimit).php)$

# Deny access to hidden files/folders
RedirectMatch 404 /.

# Disable gzip for test files
SetEnvIf Request_URI .test$ no-gzip dont-vary

On Github License

Files

Download PDF of Htaccess file
no-gzip, REQUEST_URI

Comments

Apache