Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you still own the old domain? If not, then you cannot do anything, as the domain is not yours to redirect. If you do, you can simply ‘park’ the domian. This means that although it will always say the old domain, but it will show the new domain.

    If you own both, you can but a rule in the old .haccess file to redirect. I’m certainly not an expert, but something like this should work –

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) [newdomain.com...] [R=301,L]

    This is taken from this thread – https://www.webmasterworld.com/apache/3242480.htm

    Thread Starter visanu

    (@visanu)

    Thanks. Yes I stil own the old domain.But my old domain is on windows server where there is no htaccess file..can I do the redirect from my new domain which is on linux server?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘redirect old post to new’ is closed to new replies.