takunomi-blog/.htaccess

3 lines
90 B
ApacheConf
Raw Normal View History

2017-11-07 11:16:35 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]