Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Simple Test Not Working Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
amclemore
Newbie
Newbie


Joined: 15 May 2008
Location: United States
Online Status: Offline
Posts: 1
Posted: 15 May 2008 at 6:39pm | IP Logged Quote amclemore

Trying to do simple Url Rewrite test. Have tried numerous combinations.  Once I get simple example working will need to convert to map file.  For now, here is simple example that is not working:

Incoming Url is: http://test.myargosy.com/DemoPages/Products/FreeBusinessCards

Outgoing Url needs to be:

http://test.myargosy.com/DemoPages/Products.aspx?ProductName=1

htaccess file is:

# Helicon ISAPI_Rewrite configuration file

# Version 3.1.0.48

RewriteEngine on

RewriteBase /DemoPages

RewriteRule ^/DemoPages/Products/BusinessCards$ Products.aspx?ProductName=1

 

Back to Top View amclemore's Profile Search for other posts by amclemore Visit amclemore's Homepage
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 3503
Posted: 16 May 2008 at 3:07am | IP Logged Quote Anton

Please try to use the following config:

RewriteEngine on

RewriteBase /

RewriteRule ^DemoPages/Products/BusinessCards/?$ DemoPages/Products.aspx?ProductName=1 [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