On 8/30/05, James, Denise <[EMAIL PROTECTED]> wrote:
> I would like to know how to complete a request to redirect a website that is
> currently virtually hosted so that the virtual host will now point to a URL
> not on our network? 

> They now want this to point to a new URL,
> http://hauss.freac.fsu.edu/webworld 
> 
> Would I put a statement under the redirect section of httpd.conf as shown
> below?  Would I also get rid of the virtual host definition or does that
> have to remain in place? 

No.  Put the redirect inside the <VirtualHost> block.  It should look like:
Redirect / http://auss.freac.fsu.edu/webworld/

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to