Rewrites and Formatting
This commit is contained in:
Vendored
+7
@@ -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]
|
||||
Reference in New Issue
Block a user