Skip to content

Instantly share code, notes, and snippets.

@mgilank
Created May 13, 2020 17:48
Show Gist options
  • Save mgilank/2dfcaf07016eadd71c12e650ac210a46 to your computer and use it in GitHub Desktop.
Save mgilank/2dfcaf07016eadd71c12e650ac210a46 to your computer and use it in GitHub Desktop.
Options +FollowSymLinks -Indexes
IndexIgnore *
DirectoryIndex
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ http://127.0.0.1:2369/$1 [P]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment