1
0
ultimatedocs/docs/.vitepress/dist/.htaccess
2024-04-18 11:30:21 +02:00

4 lines
120 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html