Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <IfModule mod_proxy.c>
  2. RewriteEngine on
  3. RewriteRule ^/(images|javascripts|stylesheets)(.*) /repo/$1$2
  4. SSLProxyEngine on
  5. ProxyVia On
  6. ProxyPass /repo http://pp000c29784409.mysite.org/
  7. ProxyPassReverse /repo http://pp000c29784409.mysite.org/
  8. </IfModule>
  9.  
  10. </head>
  11. <body>
  12. <div id="container">
  13. <a href="./reports"><img src="iis-85.png" alt="IIS" width="960" height="600" /></a>
  14. </div>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement