Subversion Repositories oidplus

Rev

Rev 635 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 635 Rev 947
Line 16... Line 16...
16
			<!-- This is required because the IUSR user account can't log into the Windows Error Log for some reasons -->
16
			<!-- This is required because the IUSR user account can't log into the Windows Error Log for some reasons -->
17
			<!-- see https://stackoverflow.com/a/16938687/488539 -->
17
			<!-- see https://stackoverflow.com/a/16938687/488539 -->
18
			<anonymousAuthentication userName="" />
18
			<anonymousAuthentication userName="" />
19
		</authentication>
19
		</authentication>
20
	</security>
20
	</security>
-
 
21
 
-
 
22
	<rewrite>
-
 
23
		<rules>
-
 
24
			<rule name="oidplus_404_handler" enabled="true">
-
 
25
				<match url=".+" />
-
 
26
				<conditions>
-
 
27
					<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
-
 
28
					<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
-
 
29
				</conditions>
-
 
30
				<action type="Rewrite" url="index.php?h404={HTTP_URL}" />
-
 
31
			</rule>
-
 
32
		</rules>
-
 
33
	</rewrite>
21
</system.webServer>
34
</system.webServer>
22
 
35
 
23
<location path="userdata">
36
<location path="userdata">
24
	<system.webServer>
37
	<system.webServer>
25
		<security>
38
		<security>