Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
So i was going through and changing the names on some of my products. Then i was going through and doing all my ISAPI rewirtes in my httpd.ini so it wont affect my search engine links. I noticed that when i change my product name, as long as I have the product ID and the "___" before it, the link still works. For example, here is a product Old Name and Link: <SPAN id=Anthem_ctl00_MainContentHolder_lblName__><SPAN id=ctl00_MainContentHolder_lblName>Bionet CardioCare 2000 3 Channel EKG http://www.medsupplier.com/Products/Bionet-CardioCare-2000-3-Channel-EKG__0811-2000.aspx New Name and Link: <SPAN id=Anthem_ctl00_MainContentHolder_lblName__><SPAN id=ctl00_MainContentHolder_lblName>Bionet CardioCare 2000 EKG [color=#6c2e19> [/url]
The old link still works!?!?!!!
Even this works:
[url=http://www.medsupplier.com/Products/asdflkhzsdflkj__0811-2000.aspx]http://www.medsupplier.com/Products/[color=#990000>asdflkhzsdflkj</FONT>__0811-2000.aspx As]__0811-2000 [/color][color=black>which] [/color] <FONT color=black>Dumb question: So do i still have to create my ISAPI rewirtes to go from the old link to the new link if only the product name changes? I've done a few, including the old link above and it wont even change to the new one. it still stays on the old link even though there is a ISAPI rewrite for it...
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
It really shouldn't work that way. Yes, you need to do the redirects. Otherwise the search engines will see two different pages on your site that are identical. Also, the value of the old URL will not be passed on to the new URL. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
so anything will work before "___"...?
[url=http://www.medsupplier.com/Products/Bionet-CardioCare-2000-EKG__0811-2000.aspx][/url] I guess im a bit confused. Even if i create my rewrite in my httpd.ini file, it stays on the old link. it doesnt rewrite to the new one.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Bryan, Yes, anything will work, but only the old URL is actually indexed so I wouldn't worry about it.
Are you doing a redirect or a rewrite? If you do a rewrite the URL will not change. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
RewriteRule \/Products/Bionet-CardioCare-2000-3-Channel-EKG__0811-2000\.aspx \/Products/Bionet-CardioCare-2000-EKG__0811-2000\.aspx
Im an idiot, i forgot the [I,RP] at the end above. Thats why i was getting confused because the link wasnt changing even though i had a rewrite. works now. Stupid me.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.