Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x support forum
 Helicon Tech : ISAPI_Rewrite 2.x support forum
Subject Topic: How to redirect keyword rich URL to CMS Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
kamni
Newbie
Newbie


Joined: 14 August 2007
Location: Singapore
Online Status: Offline
Posts: 1
Posted: 14 August 2007 at 9:19pm | IP Logged Quote kamni

Hi,

I am trying to SEO a website which gets content from a CMS, and is coded using ASP, running under shared IIS hosting.

There are urls like http://example.com/search.asp?item=1...6&third_id=Red

To get some keywords in there, I was thinking how to get a URL like this
http://example.com/Widgets/Special/Red/search.asp OR
http://example.com/special-red-widgets.html
convert automatically into the one above with ? and ids..

If this can work, I can have keyword rich URLs, which when clicked can turn into old ID urls, and fetch relevant content from the CMS.

I've heard about IIS redirect but am not sure how it works. Considering that the site is on a shared hosting, I wanted to know your opinion and best ways to achieve this. Can the Free ISAPI_Rewrite do the job or do I need the full version.

Is there one file that I need to edit with the new & old URLs or do I need to create a new column in the CMS for the keyword rich URL?

Any help is appreciated. Thanks.

Regards,
kamni
Back to Top View kamni's Profile Search for other posts by kamni
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4178
Posted: 15 August 2007 at 4:21am | IP Logged Quote Anton

Try the following rule:

RewriteRule /special-red-widgets\.html /search.asp\?item=123&other_id=456&third_id=Red [I,L]

This may be performed using Lite version of ISAPI_Rewrite.
The only file you need to edit is httpd.ini file that is located in the installation folder of ISAPI_Rewrite.


__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

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