Skip to content

Commit

Permalink
added apache config for home server
Browse files Browse the repository at this point in the history
  • Loading branch information
kttalley committed Sep 26, 2023
1 parent cf3346a commit f22ea75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Options -MultiViews

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^ index.html [QSA,L]

0 comments on commit f22ea75

Please sign in to comment.