mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 19:28:13 +00:00
6 lines
128 B
ApacheConf
6 lines
128 B
ApacheConf
RewriteEngine on
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
|
RewriteRule ^(.*)$ $1.html [NC,L]
|