Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kritish-dhaubanjar/a7f8b17c5593181b3cb142904fd1ab52 to your computer and use it in GitHub Desktop.

Select an option

Save kritish-dhaubanjar/a7f8b17c5593181b3cb142904fd1ab52 to your computer and use it in GitHub Desktop.
.htaccess (proxy)
<IfModule mod_rewrite.c>
RewriteEngine On
# If you want literally everything proxied, keep only the line below:
RewriteRule ^(.*)$ http://127.0.0.1:4567/$1 [P,L,QSA]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment