-
Posted to
IIS7 - URL Rewrite Module
by
eokim
on
10-09-2009, 3:17 PM
Given links and rules you provided, I am able to rewrite content.
Can you look at source on your browser which does not rewrite? I want to make sure it is not rendering issue.
If it still not working, please send me full content and failed request tracing.
Thanks.
-
Posted to
IIS7 - URL Rewrite Module
by
eokim
on
09-29-2009, 11:19 AM
This is a known bug we have fixed, and is being under testing. We will ship the fix in next release in Nov. Sorry for inconvenience.
-
Posted to
IIS7 - URL Rewrite Module
by
eokim
on
09-04-2009, 12:43 PM
This is not a rewrite issue.
In fact, the classic asp changes server variable name to upper case and queries.
The workaround is to set server variable name with upper ...
-
Posted to
Extensibility
by
eokim
on
07-28-2009, 7:34 PM
It appears there is no easy way to get physical path. Basically, the url is rewritten to one of values defined at <defaultDocument/>. Since a new url is set in child context, the filter in parent context cannot retrieve a rewritten url. ex) in above example, c:\inetpub\index.htm.
However, you can retrieve it in child ...
-
Posted to
IIS7 - Publishing
by
eokim
on
10-28-2008, 8:08 PM
Rob: Hi, I have sent you email asking config file. Would you please send me? then, I will take a look. Thanks.
-
Posted to
IIS7 - Publishing
by
eokim
on
10-28-2008, 7:37 PM
It sounds like your setting is correct. Can you upload other files except .php?
-
Posted to
IIS7 - Publishing
by
eokim
on
10-28-2008, 11:27 AM
You don't have to set <requestFiltering /> for uploading a specific file extension, such as php. Please, restore the setting.
One possiblity I can think of is that <handler> mapping for .php.
Please, go to <handlers> section where you put php handler, and change verb attribute to "GET,POST,HEAD". Your ...
-
Posted to
IIS7 - Publishing
by
eokim
on
10-10-2008, 11:01 AM
It seems like '+' is not allowed in url.
Please, refer to
http://blogs.iis.net/thomad/archive/2007/12/17/iis7-rejecting-urls-containing.aspxThanks.
-
Posted to
IIS7 - Publishing
by
eokim
on
10-10-2008, 10:58 AM
Yes, you are looking at the right section. You can <add /> a certain element( file or directory) you want to hide into <hiddenSegments> section. Basically, a client get status code 404, which means the hidden item is not listed on client view.
For more detail, please refer to: ...
-
Posted to
IIS7 - Publishing
by
eokim
on
10-01-2008, 5:20 PM
We can expect status code 400 from server and error code 0x80070057 from client when web.config uploading is invalid. I can repro the same error when I tried to upload web.config with duplicated element or ill-formed xml.
If you can send me 1) applicationHost.config, 2) web.config to upload, 3) location you're uploading, 4) ...