301 redirect question

zolcsi68

Regular Member
Joined
Oct 27, 2009
Messages
248
Reaction score
62
Possible to make 301 redirect in this way?

mysite.com/inner1 to site2.com/page2
mysite.com/inner2 to site2.com/page5
mysite.com/inner8 to site2.com/page11
mysite.com/inner23 to site2.com/page7.......

if yes how?
 
Yes, in fact this is the way the all mighty G suggest to do it so the traffic trying to get to a certain page are not just all directed to the homepage on another site. So if you have a product site and someone bookmarked www[dot]yourdomain[dot]com/tennis_balls but you move it to www[dot]newsite[dot]com/tennis_balls then it makes sence to redirect individual pages, the question is, is it worth the extra work?

Oh and how, you can do this via htaccess or do it directly within your cpanel
 
with cpanel i can due only 1 redirect. i cant add lots.
 
I think this is the right way to redirect a page to another particular page to drive the relevant traffic to a page. You can do this by using the .htaccess file. That will make it a lot easier and less complicated.
 
I tried .htaccess as well. I just can't redirect page to page.
domain to domain ok.
 
i also have product site.. so which one is better strategy.. i do seo of my main site..
or i do seo of redirect site which redirect to my site..

seo.. mean commenting,scial bookmarking, etc..

so which one is better...
 
I try to re create expired webpage. But the url structure oldsite.com/?p=249

When i try to recreate the page the wp not let me edit the page id.
This is the reason why i like to redirect page to page.

For php redirect i need the old page exist , so not working.
Any idea how to fix this?

Thanks!
 
Back
Top