calisthenics/site/master/static/.htaccess - Htaccess File

calisthenics/site/master/static/.htaccess

Options -Indexes
DirectoryIndex index.html
ErrorDocument 404 /404/

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache