3 lines
91 B
ApacheConf
3 lines
91 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|