vijinho/beautiful-bottle/master/www/.htaccess - Htaccess File

vijinho/beautiful-bottle/master/www/.htaccess

ErrorDocument 404 /error/404.html

# Turn on URL rewriting
RewriteEngine On

# Installation directory
RewriteBase /

# Protect hidden files from being viewed
<Files .*>
        Order Deny,Allow
        Deny From All
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache