| Author |
|
dannyj6 Newbie

Joined: 14 January 2010
Online Status: Offline Posts: 4
|
| Posted: 14 January 2010 at 9:57am | IP Logged
|
|
|
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 |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 10489
|
| Posted: 15 January 2010 at 8:07am | IP Logged
|
|
|
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 |
|
| |
dannyj6 Newbie

Joined: 14 January 2010
Online Status: Offline Posts: 4
|
| Posted: 15 January 2010 at 8:51am | IP Logged
|
|
|
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 |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 10489
|
| Posted: 15 January 2010 at 9:16am | IP Logged
|
|
|
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 |
|
| |
|
|
If you wish to post a reply to this topic you must first login
If you are not already registered you must first register
|
|
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
|