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: Referral ID Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
dannyj6
Newbie
Newbie


Joined: 14 January 2010
Online Status: Offline
Posts: 4
Posted: 14 January 2010 at 9:57am | IP Logged Quote dannyj6

Hi all, I am new to ISAPI Rewrite and just wanted to ask a quick question before I purchase it.

I am currently working on a site which needs a referral system and my customer wishes members to distribute user friendly URLs in a specific way.

If a use enters in a URL such as http://www.domainname.com/123456 we want it to redirect to http://www.domainname.com/referral.asp?mid=123456.

Firstly is this possible using ISAPI ReWrite and if so how would I do it?

Thanks for any help you can provide


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


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 15 January 2010 at 8:07am | IP Logged Quote Anton

Yes, sure it's possible with ISAPI_Rewrite.
I'm not sure what version of ISAPI_Rewrite you intend to buy. You've posted the question in v2 forum, but I would suggest v3 because of better
support, constant enhancements, Apache mod_rewrite compatibility and some tasty features that are not available in v2.

So, the config for v3 is:

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(\d+)/?$ referral.asp?mid=$1 [NC,L,R=301]

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


Joined: 14 January 2010
Online Status: Offline
Posts: 4
Posted: 15 January 2010 at 8:51am | IP Logged Quote dannyj6

Thank you for your quick responce. I think I will go for the version 3. Visiting your tariff page I only found a price for version 2 at $99 hence why I posted the question here.

How much is version 3?

Thank you once again

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


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 15 January 2010 at 9:16am | IP Logged Quote Anton

You are probably visiting the wrong site. Here's the order page for ISAPI_Rewrite3: http://www.helicontech.com/order/#isapi_rewrite3
It also costs $99.

__________________
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