aleross/alexross.codes/gh-pages/.htaccess
# Redirect for local development. Github pages does this automatically.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)$ $1.html [NC,L]
Files
