Forum Moderators: open

Message Too Old, No Replies

Mod rewrite style feature

rewrite name of database drive aspx pages

         

fraggle

10:24 am on Jan 29, 2007 (gmt 0)

10+ Year Member



Hi

We have a site in aspx with entirely dynamic content. I want to make the pages search engine friendly by making the database drive part of teh url a keyword. In apache i would do this using mod-rewrite / htacess.
ie: i want to make a page like this
domain.com/Detail.aspx?blahID=4499
to become
domain.com/key_word/
or
domain.com/key_word.aspx

My question is:
Is there a similar system for IIS and aspx systems?

wildbest

10:38 am on Jan 29, 2007 (gmt 0)

10+ Year Member



Google for isapi rewrite.

fraggle

11:01 am on Jan 29, 2007 (gmt 0)

10+ Year Member



thanks

do you know how this effects load on the server/system resources?

its a very high traffic site with 1000's of pages

mattglet

8:47 pm on Jan 29, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You'll have no problems.