Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: Simple SEO Rewrite Using 3.0 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
RisingFromAshes
Newbie
Newbie


Joined: 09 January 2010
Online Status: Offline
Posts: 7
Posted: 08 February 2010 at 4:26pm | IP Logged Quote RisingFromAshes

Hello,

I searched the forum but could not find an answer that specifically addresses my need. I would like to rewrite this link WITHOUT doing a redirect (R=301):

http://www.example.com/home.asp?mode=A

to show as:

http://www.example.com/address.htm

Is this possible? If not, is it possible to show as:

http://www.example.com/home/address.htm

I'm stumped! Any help is greatly appreciated. Thank you.

Back to Top View RisingFromAshes's Profile Search for other posts by RisingFromAshes
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10489
Posted: 09 February 2010 at 2:40am | IP Logged Quote Anton

Quite strange - "Simple SEO Rewrite Using 3.0" but in v2 forum...

If you don't want to change link on the page but want it to be displayed differently without 301 redirect, I'm afraid it's not possible.
If you change the link on the page to "/address.htm", you may use the following rule to achieve this:

RewriteBase /
RewriteRule ^address\.htm$ home.asp?mode=A [NC,L]

__________________
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