Hitchwiki/hitchwiki/master/public/offline-maps/.htaccess - Htaccess File

Hitchwiki/hitchwiki/master/public/offline-maps/.htaccess

# Custom 404 errors
ErrorDocument 404 /var/www/hitchwiki.org/htdocs/offline-maps/404.json

# Prevent viewing of .htaccess file
<Files .htaccess>
order allow,deny
deny from all
</Files>

# Prevent directory listings
Options All -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache