forked from ohayo-jacob/takunomi-blog
3 lines
90 B
ApacheConf
3 lines
90 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L] |