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]