[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: need some advice on redirection in apache



> Just wondering, what options do I have to do redirection from the older web site
> http://mydomain.net:NNNN (apache listening on port NNNN) to the new web site
> http://mydomina.net.

Something like:

    Redirect permanent / http://mydomain.net/

should do the trick.

-- Kevin



Reply to: