there are couple of ways to do this
Use navigo.js
using htaccess RewriteEngine On RewriteCond %{REQUEST_URI} !^/client/$ RewriteRule ^index.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.html [L]
further explanation from your end needed to provide solutions