Redirection still working after removing rule from ISAPI

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 16
Joined: 29 Apr 2013, 08:10

Redirection still working after removing rule from ISAPI

29 May 2013, 07:03

Hi,

I have written some rules to redirect some urls to other one and it were working fine....
But when i removed these rules from the httpd.conf file, redirection is still working. Please suggest me the solution.

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

Re: Redirection still working after removing rule from ISAPI

29 May 2013, 10:47

Hello,

It could be browser caching.
OR
You can try to recycle the pool of the site.

Regards
Andrew

User avatar
Posts: 16
Joined: 29 Apr 2013, 08:10

Re: Redirection still working after removing rule from ISAPI

12 Jun 2013, 10:54

Hi Andrew,

I have done the same but still not working...

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

Re: Redirection still working after removing rule from ISAPI

12 Jun 2013, 11:12

Hello,

Try to find a duolicate of your rule among .htaccess or httpd.conf files. Sometimes our customers put rules all over the server and then don't know which one is working.

Ape doesn't cache rules

Regards
Andrew

User avatar
Posts: 16
Joined: 29 Apr 2013, 08:10

Re: Redirection still working after removing rule from ISAPI

13 Jun 2013, 01:46

I have only 1 server with 1 httpd.conf file...Initially I entered only 1 rule in that file then redirection was working but when i removed that rule from file; redirection is still working. Currently my .conf file has below content only --

Code: Select all
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.99

RewriteEngine on
RewriteBase /

#enabling rewrite.log
RewriteLogLevel 9
#enabling error.log
LogLevel debug

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

Re: Redirection still working after removing rule from ISAPI

13 Jun 2013, 10:24

If so, the only thing would be to do iisreset. It will force ISAPI_Rewrite to re-initialize.

Regards
Andrew

User avatar
Posts: 16
Joined: 29 Apr 2013, 08:10

Re: Redirection still working after removing rule from ISAPI

14 Jun 2013, 04:18

I don't know what is happening on my server but even IISRESET could not work.

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

Re: Redirection still working after removing rule from ISAPI

14 Jun 2013, 09:08

Than it's not ISAPI_Rewrite that is doing it.
You may send us an email and we'll arrange remote access to your server to take a look.

User avatar
Posts: 92
Joined: 01 Dec 2012, 14:22

Re: Redirection still working after removing rule from ISAPI

19 Jun 2013, 06:44

lalitmishra1988 wrote:I don't know what is happening on my server but even IISRESET could not work.


Have you tried with a different browser? I've had problems before when a 301 rule is wrong- the browser remembers them long after the rule is removed. You can totally clear the browser cache, or clear it for the site in question in some browsers. The quick test for this is to, say, use Opera when you normally use Chrome to test. If the problem goes away, it's browser and not server.

This is kind-of the point of a 301 - permanent redirect.

User avatar
Posts: 8
Joined: 07 Sep 2012, 03:04

Re: Redirection still working after removing rule from ISAPI

02 Jul 2013, 23:33

Hey Guys,

I have been having the same issue in the past few days, we are rebuilding our sites and changing our url structures slightly.

If I write a rule and run then access that url, the rewrite rule (usually a 301) works fine, however if I remove the rule from my .htaccess and try again, the redirection persists from the old rule.

This is not isapi, it is definitely browsers trying to be too smart caching the redirection.
I proved this time and time again in the past 2 days by removing rules -> still got the old redirection consistently, UNTIL I kill my browser cache!
Then only do I get the correct result.

This is true in Firefox, Chrome and IE..
I've never experienced this before, and I've used Isapi rewrite for about 4 yrs or so.
Is this browsers trying to get too smart, or is this something that has always been the case?

I thought ISAPI Rewrite was supposed to intercept all urls between the users request and serving the request to the Server....

Please help Helicon gurus :(

Errol

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 5 guests