On 25.01.12 19:03, Mathijs wrote:
Some possible solutions to this, assuming www.someaddress.com has a
virtualhost:
Simplest way is with a redirect:
ServerName www.someaddress.com
Redirect / http://www.otheraddres.com?mode=1
RedirectMatch /.* http://www.otheraddres.com?mode=1
would be safe
Some possible solutions to this, assuming www.someaddress.com has a
virtualhost:
Simplest way is with a redirect:
ServerName www.someaddress.com
Redirect / http://www.otheraddres.com?mode=1
Without a redirect you would need a proxy setup (and mod_proxy loaded), I'd
advise to take a look at th
Hi guys,
I have a doubt. I would like to know how can I do this: When people write
in browser www.someaddress.com, this points to
www.otheraddres.com?mode=1.How can I do it? Should I to add an alias or
modifying apache configuration?
Please help me.
Regards,
--
*Antonio Manuel Fernández Pérez