Skip to content

Instantly share code, notes, and snippets.

@cyb3rsalih
Created June 12, 2025 14:29
Show Gist options
  • Save cyb3rsalih/d2fbc38feeee2266363e9c0eee219517 to your computer and use it in GitHub Desktop.
Save cyb3rsalih/d2fbc38feeee2266363e9c0eee219517 to your computer and use it in GitHub Desktop.
In Vite Apps Links doesn't work when visited. With this we are fixing the problem
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment