• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Omer
#1 Posted : Monday, December 10, 2007 6:07:55 PM(UTC)
Omer

Rank: Member

Joined: 2/3/2007(UTC)
Posts: 100

I am changing the category structure. There are some categories that I will remove. They are already indexed in search engines with PR.
How do I redirect those pages to the new categories that I will create?

I thought may be creating the same category pages with no content and redirect code... remove the categories from admin... then place those pages directly on the server ??
CorneliuTusnea
#2 Posted : Saturday, December 15, 2007 5:58:43 PM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

I use Eval UrlMapper (Ewal.UrlMapper)
and redirect categories after changes out of web.config:
something like
<entry pattern="(?&lt;basedir&gt;.*?)/games/party/(?&lt;id&gt;.*?)\.aspx" target="{basedir}/Games/Party-Games/{id}.aspx" type="redirect"/>
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Coleen
#3 Posted : Friday, December 21, 2007 5:14:15 PM(UTC)
Coleen

Rank: Member

Joined: 4/30/2007(UTC)
Posts: 383

Can you access IIS on the server?
Omer
#4 Posted : Sunday, December 23, 2007 3:04:50 AM(UTC)
Omer

Rank: Member

Joined: 2/3/2007(UTC)
Posts: 100

Thank you. I am not familiar with that. I am little hesitant making changes to webconfig. I played with it before and it caused one day downtime and no sleep :-) I have like 20 categories that will be changed... along with their sub-categories. Is this the only way to do it?

Anymore ideas or suggestions?
hyper
#5 Posted : Sunday, December 23, 2007 9:01:43 PM(UTC)
hyper

Rank: Member

Joined: 12/13/2006(UTC)
Posts: 25

You can purchase siteDirector from nc software. You can google siteDirector to find the product online. I have used it on my site since 2004 with no issues. It supports 301 "Permanently Moved" and 302 "Temporarily Moved" server responses. You can setup your redirects to work with or without a log of requests for the deleted page. Easy to setup and easy to use.
Noah
#6 Posted : Monday, December 24, 2007 12:05:25 PM(UTC)
Noah

Rank: Member

Joined: 11/6/2003(UTC)
Posts: 1,903

siteDirector has a TON of overhead and poor support. It should handle 20 links though.

We use ISAPI_Rewrite for all these things. It handles the whole server, it's simple to use and it does a whole lot more than sitedirector with a substantially lower server impact.

It's made by www.helicontech.com
Noah
Omer
#7 Posted : Sunday, December 30, 2007 10:38:55 AM(UTC)
Omer

Rank: Member

Joined: 2/3/2007(UTC)
Posts: 100

Thank you for the advise. I m looking at them and will give it a try.
richtheo
#8 Posted : Tuesday, June 24, 2008 6:03:14 AM(UTC)
richtheo

Rank: Member

Joined: 7/17/2007(UTC)
Posts: 24

these solutions seem over complex to me. you don't need to buy anything.

I just create real folders and aspx files on the server to match the categories and products that have been removed from the site and use the google-approved 301 redirect to redirect to the new version of the category or product page.

Here's an example of a redirector file is placed in /shop/catalog/category1/category1a.aspx which redirects to the new page for the category

&lt;%@ Page Language="VB" %&gt;
&lt;script language="vb" runat="server"&gt;
Sub Page_Load(Source As Object, E as EventArgs)
Response.Status = "301 Moved Permanently"
Response.AddHeader("location", "New-Page.aspx")
End Sub
&lt;/script&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Page Redirector&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;You should have been automatically redirected to the new page for this category or product. If you have not, please &lt;a href="New-Page.aspx"&gt;click here&lt;/a&gt; to be redirected.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
sternyy
#9 Posted : Tuesday, June 24, 2008 11:35:21 AM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "Noah" Go to Quoted Post

siteDirector has a TON of overhead and poor support. It should handle 20 links though.

We use ISAPI_Rewrite for all these things. It handles the whole server, it's simple to use and it does a whole lot more than sitedirector with a substantially lower server impact.

It's made by www.helicontech.com

BINGO! Have your host install the ISAPI rewrite... I am doing the same as you right now as I type (well im typing here so not literaly lol). I'm 302 redirecting my old cats to the new ones. Easy to do.


OR



Just move over to resposio... Noah will take care of ya.
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012