Rewrites and Formatting

This commit is contained in:
2024-07-22 03:34:56 +02:00
parent 3e22aaf30c
commit 20db2301cb
10 changed files with 28 additions and 56 deletions
+7
View File
@@ -0,0 +1,7 @@
RewriteEngine On
RewriteBase /phpCourse/exam/dist/
## Frontend routing required all non files to be rewritten to the entry point
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [L,NC,QSA]