PDA

View Full Version : Redirect method and help needed!


hitemuprobbo
10-02-2006, 02:10 AM
Hi, i have recently redesigned my whole site, unfortunately a few pages have ended up been re-named, and the old pages are not linked to from all others but still get hits, so im looking for the best method to re-direct all hits to the old page, to the new, without harming my site pagerank, how search engines rank me, or anything such, and i alos want it to be automatic to make it fine for my users!

E.g.

old page located at:
mysite.com/oldpagebiography.html

New page at:
mysite.com/oldpageBiography.html (notice the capital)

So wha tdo you guys recommend, and how do i implement it?

THANKS IN ADVANCE!

_Aerospace_Eng_
10-02-2006, 03:19 AM
Hmm probably an htaccess redirection.
http://www.webweaver.nu/html-tips/web-redirection.shtml

hitemuprobbo
10-03-2006, 01:14 PM
thnaks for the link ;)

1337coder
10-04-2006, 02:20 PM
I'm not sure if that link helped or not, but if it did not, I have an idea:

<html>
<frame src="http://www.mysite.com/oldpageBiography.html">


Stat counter coding in here

</html>

hitemuprobbo
10-05-2006, 09:27 PM
I'm not sure if that link helped or not, but if it did not, I have an idea:

<html>
<frame src="http://www.mysite.com/oldpageBiography.html">


Stat counter coding in here

</html>

thanks but im finding the info on that link to be easy enough to follow, and also used a few other tips on there, but if i have trouble ill def look at using your method!!

thanks!