79306915

Date: 2024-12-25 05:27:57
Score: 1.5
Natty:
Report link

there are couple of ways to do this

  1. Use navigo.js

  2. 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

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jamal