Guest User

Untitled

a guest
Apr 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteCond %{SERVER_PORT} 80$ [NC]
  2. RewriteRule index.html$ http://%{HTTP_HOST}:8080/ [P,S=1]
  3. RewriteRule (.*) http://%{HTTP_HOST}:8080%{REQUEST_URI} [P]
Add Comment
Please, Sign In to add comment