update to drupal 7.23
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
<rule name="Force simple error message for requests for non-existent favicon.ico" stopProcessing="true">
|
||||
<match url="favicon\.ico" />
|
||||
<action type="CustomResponse" statusCode="404" subStatusCode="1" statusReason="File Not Found" statusDescription="The requested file favicon.ico was not found" />
|
||||
<conditions>
|
||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||
</conditions>
|
||||
</rule>
|
||||
<!-- Rewrite URLs of the form 'x' to the form 'index.php?q=x'. -->
|
||||
<rule name="Short URLs" stopProcessing="true">
|
||||
|
||||
Reference in New Issue
Block a user