nancypannikkat/htdocs/.htaccess

4 lines
127 B
ApacheConf
Raw Permalink Normal View History

2022-11-20 22:30:34 -08:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC, L]