Htaccess File

olafdietsche/jekyll-homepage/master/.htaccess

REQUEST_FILENAME
# Don't show directory listings for URLs which map to a directory.
Options -Indexes

RewriteEngine on

RewriteBase /

# Clean URLs
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_FILENAME}.html [L]
Exit mobile version