Proxy Manager

DKGE shared this idea 1 year ago
Open Discussion

A feature that allows us to change URLs to a different URL using SSLProxyEngine
This is currently disabled when trying to use it in a htaccess file
For example:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^test\.example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.test\.example\.com$
RewriteRule ^/?$ "https\:\/\/example\.com\/test" [P,L]

This would redirect test.example.com to example/test without changing the original url
In our use case we would like the webmail to be on a subdomain.
So it would become webmail.example.com > example.com/webmail


3 votes

Comments (0)

Leave a Comment