Forum Moderators: open
I asked my tech guy whether there are isapi log files and he said.
No, there is no such log. IIS doesn't know what the rewritten URL is because it's being handled by a third party ISAPI filter, and the filter doesn't make any logs.
Is there meant to be a something generated by isapi rewrite which shows which URL I am accessing (post rewrite) as opposed to the URL I entered in address bar?
Where can i get errors from?
How do you problem solve your isapi rewrite problems?
Thank you in advance for any help
Assuming you are using .Net, ISAPI_Rewrite places the original URL into:
HttpContext.Current.Request.ServerVariables("HTTP_X_REWRITE_URL")
It also comes with a regular expressions test utility which is useful. Suggest you check the help section on the website that corresponds to the version you are using. (make sure it is the latest version!).
Also suggest you get a new tech guy hehe nah just kidding