20230723
This commit is contained in:
parent
e5733b9c96
commit
016c0663b9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue