This commit is contained in:
nelle 2023-07-23 23:57:48 -06:00
parent e5733b9c96
commit 016c0663b9

View file

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