Skip to content

Instantly share code, notes, and snippets.

@bernard-ng
Created July 19, 2020 20:54
Show Gist options
  • Save bernard-ng/b3f173657c075adbef77571cc8b539e9 to your computer and use it in GitHub Desktop.
Save bernard-ng/b3f173657c075adbef77571cc8b539e9 to your computer and use it in GitHub Desktop.
DirectoryIndex disabled
RewriteEngine On
RewriteRule ^$ http://127.0.0.1:3000/ [P,L]
RewriteRule ^(.*)$ http://127.0.0.1:3000/$1 [P,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment