vote up 0 vote down star

Hi,

I just enabled Failed Request Tracing for a site and I get a URL_CHANGED event as the third item on the log.

1. GENERAL_REQUEST_START SiteId="1", AppPoolId="DefaultAppPool", ConnId="1610613013", RawConnId="0", RequestURL="http://example.com:80/test/wp-admin/", RequestVerb="GET" 15:35:54.176 
2. GENERAL_SET_REQUEST_HEADER HeaderName="AspFilterSessionId", HeaderValue="", Replace="true" 15:35:54.192 
3. URL_CHANGED OldUrl="/test/wp-admin/", NewUrl="/index.php/test/wp-admin/" 15:35:54.192

Can someone tell me where the URL_CHANGED event comes from and how I can prevent it?

flag

2 Answers

vote up 0 vote down check

I'd say this might be a question for the stackoverflow sister site serverfault.com

link|flag
Okay, thanks for the tip... serverfault.com/questions/7247/… – Ben May 12 at 8:08
Unfortunately no acceptable answer on serverfault yet but I accept this answer anyway because I guess it points to the right place. – Ben Jun 1 at 15:14
vote up 0 vote down

This happened to me yesterday. In the end, when I enabled Failed Request Tracing logs for all areas in IIS, I could see that it was actually being changed in an ISAPI filter.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.