Print Page | Close Window

ISAPI Rewrite

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21413
Printed Date: 30 March 2026 at 7:51am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ISAPI Rewrite
Posted By: iSec
Subject: ISAPI Rewrite
Date Posted: 27 September 2006 at 8:38am

Anyone worked on ISAPI Rewrite before? I purchased a scipt that requires it for URL rewriting and I don't know how to get it to work on my windows 2003 server. I placed the httpd.ini in the site root directory as well as on the upper www\ directory and still can't get it to work.



-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard



Replies:
Posted By: iSec
Date Posted: 27 September 2006 at 8:41am
By the way, the http://www.isapirewrite.com/ - ISAPI Rewrite website uses webwiz forum v 7 for their cx support Big%20smile

-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard


Posted By: MadDog
Date Posted: 27 September 2006 at 5:45pm
You need to install it... it will setup IIS and place the httpp.ini in the correct place.

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: iSec
Date Posted: 28 September 2006 at 12:10am
I did, but it won't work. I installed the software on the server and it automatically associated itself with IIS. I restarted the server just in case... I re-installed the script I have and created a new database for it and still samething.

-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard


Posted By: MadDog
Date Posted: 28 September 2006 at 12:40am
Make sure you went into IIS and enabled it. I believe tt adds an extra tab to the web properties.

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: iSec
Date Posted: 28 September 2006 at 7:27am
Ok it worked. I just had to place this code in the httpd.ini file:
#My articles code starts here

RewriteRule /articles/categories(.*) /articles/categories.php?$1 [I,L]

RewriteRule /articles/pages(.*) /articles/pages.php?$1 [I,L]

RewriteRule /articles/blogrss(.*) /articles/blogrss.php?$1 [I,L]

RewriteRule /articles/blogs(.*) /articles/blogs.php?$1 [I,L]

RewriteRule /articles/search(.*) /articles/search.php?$1 [I,L]

RewriteRule /articles/authors(.*) /articles/authors.php?$1 [I,L]

RewriteRule /articles/articlerss(.*) /articles/articlerss.php?$1 [I,L]

RewriteRule /articles/newsrss(.*) /articles/newsrss.php?$1 [I,L]

RewriteRule /articles/news(.*) /articles/news.php?$1 [I,L]

RewriteRule /articles/articles(.*) /articles/articles.php?$1 [I,L]

#My articles code ends here


-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net