This commit is contained in:
nelle 2023-07-24 00:03:48 -06:00
parent 016c0663b9
commit 319e784d9e

View file

@ -1,6 +1 @@
ErrorDocument 404 /404.html
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html