7 lines
202 B
ApacheConf
7 lines
202 B
ApacheConf
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] |