Skip to content

Commit

Permalink
Merge pull request #7 from defautset/patch-1
Browse files Browse the repository at this point in the history
Create .htaccess
  • Loading branch information
brendt authored Nov 10, 2024
2 parents 341019f + 8c3d028 commit 3287330
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

</IfModule>

0 comments on commit 3287330

Please sign in to comment.