Forum Moderators: phranque
Thanks and regards.
ProxyHTMLLogVerbose On
LogLevel warn
ProxyHTMLExtended On
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /portal/ [internal:8100...]
ProxyPassReverse /portal/ [internal:8100...]
RewriteEngine On
RewriteLogLevel 0
RewriteLog logs/rewrite_log
RewriteCond %{REQUEST_URI} !^/portal/
RewriteRule ^/(.*)$ [internal:8100...] [P]
The problem now is that the redirects and the images are referenced to urls without the “/portal/” folder, it works but is not valid for us.
Jim