HighDots Forums  

ASP.NET redirecting session IDs

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss ASP.NET redirecting session IDs in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mobile_1
 
Posts: n/a

Default ASP.NET redirecting session IDs - 11-15-2006 , 07:36 PM






I'm trying to find a way to 301 redirect URLs that contain session IDs to
their correct pages. The site is ASP.NET on IIS.

The URLs with session IDs look like this:
http://www.example.com/(S(1d22abcdef...e.aspx?id=1234

That should 301 redirect to:

www.example.com/directory/file_name.aspx?id=1234

Both are indexed by Google. Is there a way to do it? Robots.txt is another
option, but it would be better to redirect.



Reply With Quote
  #2  
Old   
rick.d@inexprinting.com
 
Posts: n/a

Default Re: ASP.NET redirecting session IDs - 11-15-2006 , 09:00 PM






This is what we use:

http://www.isapirewrite.com/

It's a free url rewriter that works much like Apaches Mod Rewrite. You
should be able to map it as it has a regex engine.


mobile_1 wrote:
Quote:
I'm trying to find a way to 301 redirect URLs that contain session IDs to
their correct pages. The site is ASP.NET on IIS.

The URLs with session IDs look like this:
http://www.example.com/(S(1d22abcdef...e.aspx?id=1234

That should 301 redirect to:

www.example.com/directory/file_name.aspx?id=1234

Both are indexed by Google. Is there a way to do it? Robots.txt is another
option, but it would be better to redirect.


Reply With Quote
  #3  
Old   
Gordowey
 
Posts: n/a

Default Re: ASP.NET redirecting session IDs - 11-16-2006 , 03:16 PM




rick.d (AT) inexprinting (DOT) com wrote:
Quote:
This is what we use:

http://www.isapirewrite.com/

It's a free url rewriter that works much like Apaches Mod Rewrite. You
should be able to map it as it has a regex engine.


mobile_1 wrote:
I'm trying to find a way to 301 redirect URLs that contain session IDs to
their correct pages. The site is ASP.NET on IIS.

The URLs with session IDs look like this:
http://www.example.com/(S(1d22abcdef...e.aspx?id=1234

That should 301 redirect to:

www.example.com/directory/file_name.aspx?id=1234

Both are indexed by Google. Is there a way to do it? Robots.txt is another
option, but it would be better to redirect.

HI, if you want to implement URL redirecting in ASP.1.1 try this:
http://msdn2.microsoft.com/en-us/library/ms972974.aspx

if you want to do it in ASP 2.0, you can take a look at this:
http://www.urlrewriting.net/en/Default.aspx

(*) Asp 2.0 allows you to implement URL rewrioting for static
urls....for dinamyc urls use the link above

hope this helps you

Alberto



Reply With Quote
  #4  
Old   
mobile_1
 
Posts: n/a

Default Re: ASP.NET redirecting session IDs - 11-21-2006 , 08:17 PM



Thanks... I am investigating both ideas.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.