Forum Moderators: phranque

Message Too Old, No Replies

DocumentRoot

         

Cher

11:04 pm on Feb 26, 2004 (gmt 0)

10+ Year Member



Is it possible to make the DocumentRoot in a VirtualHost set for a different ip address then where the httpd.conf files is located?

lemat

7:37 am on Feb 27, 2004 (gmt 0)

10+ Year Member



i belive you can use a proxy...

but redirecting to other IP shall be done at DNS level
if you put rewrite rules:

RedirectMatch permanent .* [127.0.0.1...]

the address bar will change to IP address and will look strange.