mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-12 04:12:28 +00:00
8 lines
174 B
ApacheConf
8 lines
174 B
ApacheConf
|
RewriteEngine on
|
||
|
|
||
|
|
||
|
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
|
||
|
RewriteRule ^ /%1 [NC,L,R]
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
||
|
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
|