Hi,
I want to use Apache to proxy requests like domain.tld.MyDomain.tld to
domain.tld.
I've tried this :
<VirtualHost *:80>
RewriteEngine on
RewriteCond %{HTTP_HOST} (.*).MyDomain.tld$
RewriteRule (.*).MyDomain.tld$ $1
ProxyPassMatch /http://$1/
</VirtualHost>
But of course it doesn't work.
I've tried many other solutions, but no one works.
Do you have an idea of the manner to resolve my problem ?
Thanks by advance,
Thibaut
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]