1
0
ultimatedocs/docs/public/.htaccess

4 lines
120 B
ApacheConf
Raw Normal View History

2024-04-18 11:30:21 +02:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html