Andrew Perrin wrote:
I would like to send all visitors to the root directory of an apache server (e.g., those who simply visit http://www.host.domain.org) to a specific URL. I understand the <META> tag is a depracated way to do this - is that right? How else can I do it? I have complete control of the machine, so privileges are not an issue.
In your Apache httpd.conf file, you may want to do something like this:
Redirect permanent /index.html http://www.specific.url/whatever.html
Anyone see any reason this would not work?
Jeff G. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
