Web Hosting Talk







View Full Version : Pointing All Apache Traffic.


Geekim
12-01-2004, 03:23 PM
I'm looking for a solution to point all the WEB traffic
(including all the Domains,Subdomains, Error pages...)
on my server to 1 page.

is that possible ?

RexAdmin
12-01-2004, 04:07 PM
Yes it is.

Don't use virtualhosts featere, point DocumentRoot to that page, and install Redirects for all HTTP error masseges to /

Good luck.

Geekim
12-01-2004, 04:10 PM
Could you show me an example to httpd.conf file ?