Skip to content

Commit

Permalink
feat(Apache): Add .htaccess for webspace hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
schinken committed Dec 12, 2023
1 parent 5f11849 commit ce45a35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/.htaccess.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [QSA,L]

0 comments on commit ce45a35

Please sign in to comment.