Skip to content

Commit

Permalink
fix: Fixes htaccess config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Mar 8, 2024
1 parent c9999e1 commit 8b90284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
ErrorDocument 404 /404.html
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*?)/?$ /$1.html [L]

0 comments on commit 8b90284

Please sign in to comment.