On Wed, 2002-06-12 at 08:57, Sudhaker P wrote: > I've a Linux server running Apache 1.3. we are changing the name from > abc.com to xyz.com and there is a "redirect" page when anyone hits abc.com > then it should go to xyz.com. > Can anyoone of you gurus let me know how and what directive in the http.conf > file are to be used.
If you want a redirect "page", then you need nothing in httpd.conf. Directives placed there will be very quiet. You probably want something like this as the redirect page: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <HTML> <HEAD> <TITLE>redirect page</TITLE> <META HTTP-EQUIV="Refresh" Content="0; URL=http://xyz.com/"> <BODY>...</BODY> </HTML> _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list