Upgrade from versoin 2

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 4
Joined: 18 Feb 2013, 20:42

Upgrade from versoin 2

18 Feb 2013, 20:46

Hello

I have upgrade ISAPI URL rewrite 2 (lite) to 3 (lite)
Now i have bought 3 (x64 bit) full paid version..

My below script is not worknig some how. please help me what's wrong in my current script or what changed i need to make.

RewriteRule ^/(.*)-(.*)---(.*)_(.*)\.html$ /listing_detail_parsed.asp?ParseURLName=$2&Parameters=$3_$4 [L]
RewriteRule ^/(.*)-(.*)-vacation-rentals-(.*)_(.*)\.html$ /listing_detail_parsed.asp\?sendToNewUrl=1&Parameters=$3_$4 [NC,L]

RewriteRule ^/(.*)-vacation-rentals-(.*)_(.*)_(.*)\.html$ /city_page_parsed.asp?ParseURLName=$1&Parameters=$2_$3_$4 [NC,L]
RewriteRule ^/(.*)--(.*)\.html$ /article_page.asp?ParseURLName=$1&category_ID=$2 [L]
RewriteRule ^/(.*)\.html$ /state_page_parsed.asp?ParseURLName=$1 [L]

Plus, I have bought new version 3, When i am installing version 3, Wizard is not asking for Licence KEY, How do i know that i am still having 45 days trial version (I am sure, i still have 45 days trial version because it is not creating .httpd file website directory). Please help how to insert key in version 3 trial software.

Thanks,

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Upgrade from versoin 2

19 Feb 2013, 01:56

Hello,

First of all, lets identify whether you registered you copy or not.
You need yo go to ISAPI_Rewrite manager and click "About". This will provide you with basically three options: LITE, trial, LICENSED.

Trial and full have no difference in functionality, except trial has time limitations. Here you can find the limitations of the LITE version. To upgrade from LITE to full, you'll need to uninstall LITe completely and install the corresponding full version installation file.


still have 45 days trial version because it is not creating .httpd file website directory
you won't get httpd.conf in the website's directory. ISAPI_Rewrite 3 has some differences compared to v2. ISAPI_Rewrite 3 uses httpd.conf as a global config file and .htaccess files for per-site configurations. You can find out more under "Basic concept" in documentation.

Since this is ISAPI_Rewrite 3, you'll have to start any of your config files with(second line is optional for .htaccess):
Code: Select all
RewriteEngine on
RewriteBase /


And the rules should probably look like:
Code: Select all
RewriteRule ^([^-]+)-([^-]+)---([^_]+)_([^.]+)\.html$ /listing_detail_parsed.asp?ParseURLName=$2&Parameters=$3_$4 [NC,L]


Regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 15 guests