Strange error with the values passed
2 posts
• Page 1 of 1
Strange error with the values passed
Hello everyone,
I have Isapi Rewrite 3.0 installed on Win 2008 and IIS 7.5
I have this rule that has always worked:
RewriteRule ^/news/(\d+)/([^/]+).html$ /news/articolo.asp\?id=$1 [NC,L]
From 2/3 days, however, the ID that is passed, which corresponds to the first value of the URL, no longer corresponds to that of the url.
I do not know how and with what logic, at every page refresh, while maintaining the same url, if the print the Response.QueryString() (the string that is passed as a parameter) the id will change at every refresh randomly.
I check if is IIS, ASP o MySQL error but it's all ok
Thank you
Lorenzo
I have Isapi Rewrite 3.0 installed on Win 2008 and IIS 7.5
I have this rule that has always worked:
RewriteRule ^/news/(\d+)/([^/]+).html$ /news/articolo.asp\?id=$1 [NC,L]
From 2/3 days, however, the ID that is passed, which corresponds to the first value of the URL, no longer corresponds to that of the url.
I do not know how and with what logic, at every page refresh, while maintaining the same url, if the print the Response.QueryString() (the string that is passed as a parameter) the id will change at every refresh randomly.
I check if is IIS, ASP o MySQL error but it's all ok
Thank you
Lorenzo
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: Strange error with the values passed
Hello Lorenzo,
If it always worked, what has changed?
Please, provide the rewrite.log for the testing request.
Logging issues described in FAQ
Regards
Andrew
If it always worked, what has changed?
Please, provide the rewrite.log for the testing request.
Logging issues described in FAQ
Regards
Andrew
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests