Skip to content

Instantly share code, notes, and snippets.

@ifirmawan
Created November 5, 2023 01:42
Show Gist options
  • Save ifirmawan/321c71fad8c38f0b134c0b38565e5511 to your computer and use it in GitHub Desktop.
Save ifirmawan/321c71fad8c38f0b134c0b38565e5511 to your computer and use it in GitHub Desktop.
This file will help manage URL routing on your shared hosting platform
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment