olafdietsche/jekyll-homepage/master/.htaccess - Htaccess File

olafdietsche/jekyll-homepage/master/.htaccess

# 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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache