chrismademe/jekyll-starter/master/public_html/.htaccess - Htaccess File

chrismademe/jekyll-starter/master/public_html/.htaccess

RewriteEngine on

## Force www.
#RewriteCond %{HTTP_HOST} !^$
#RewriteCond %{HTTP_HOST} !^www. [NC]
#RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

## Remove the .html file extension
RewriteRule ^([^.]+)$ $1.html [NC,L]

## Set Custom 404
ErrorDocument 404 /404.html

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache