Skip to content

Instantly share code, notes, and snippets.

@shahaj90
Last active December 25, 2024 18:13
Show Gist options
  • Save shahaj90/505046bf6245a3cc75247c7b66bd3b7e to your computer and use it in GitHub Desktop.
Save shahaj90/505046bf6245a3cc75247c7b66bd3b7e to your computer and use it in GitHub Desktop.
Nuxtjs htaccess file for cPanel
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