This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: SEO Rewrite (Add Natural Lang. params) Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
rdt333
Newbie
Newbie


Joined: 26 December 2006
Location: United States
Online Status: Offline
Posts: 2
Posted: 06 October 2011 at 1:24am | IP Logged Quote rdt333

First of all, thanks to HeliconTech for a great product

I'm creating these very simple Rewrite Rules that improve SEO, such as,

RewriteRule /Trowbridge-Quality-Homes-In-Michigan /tb_findahome.asp

Then since we only cover a few counties I manually add other Rewrites,

RewriteRule /Trowbridge-Quality-Homes-In-Oakland-County-Michigan /tb_findahome.asp?co=oakland

However, there are also communities within counties and houses within communities.

There are too many communities, and too many houses that go on and off the market for me to write the rule manually.

So how do I take a Home offered in, for example, "Great Oaks" community that has a house for sale of model "Bowden" style?

These have id's in the .asp files such as .asp?co=oakland&community=5&model=2 but I can look up the names.

How can I write a rewrite rule that would essentially do this,

RewriteRule /Trowbridge-Quality-Homes-Is-Offering-a-(model)-Model-Home-In-The-Community-Of-(community)-In-
Oakland-County-Michigan /tb_findahome.asp?co=oakland&community=5&model=2

So the result would be, essentially, not necessarily in .htaccess,

RewriteRule /Trowbridge-Quality-Homes-Is-Offering-a-Bowden-Model-Home-In-The-Community-Of-Great-Oaks-In-
Oakland-County-Michigan /tb_findahome.asp?co=oakland&community=5&model=2


__________________
Not much to say, lots to do.
Back to Top View rdt333's Profile Search for other posts by rdt333 Visit rdt333's Homepage
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 06 October 2011 at 2:04am | IP Logged Quote Anton

Appreciate your complement :)

So, what you want is when /tb_findahome.asp?co=oakland&community=5&model=2 is requested show /Trowbridge-Quality-Homes-Is-Offering-a-Bowden-
Model-Home-In-The-Community-Of-Great-Oaks-In-Oakland-County-Michigan to users, right?

This is easily approachable in ISAPI_Rewirte 3 with the help of mapfiles. As for v2, I can't think of a possibility to replace ids with their
corresponding values.

Is upgrade to v3 a viable option?

__________________
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