This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

Forum: General Forum
This forum is locked and posting is not allowed
Author
Comment
301 redirect

I don't know what this means, but can you tell me if bravehost allows a 301 redirect. If so how do I do this. Please remember that I'm new at this, and I don't understand alot of the terms. Please help

Re: 301 redirect

google for "htaccess" for the syntax.

I don't know if Bravenet permit this or not, your best bet is to raise a ticket.

Re: 301 redirect

htaccess redirection code:

Code:

rewrite engine on
redirect 301 http://website.com/page1.html http://website.com/page2.html


replace your links.
the first will redirect to second link