HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/bin/iirf/tests/badformat1/IIRF.ini
# IsapiRewrite4.ini
#
# ini file for the ISAPI rewriter. 
# 
# Examples of bad rules
# 
# Mon, 04 Feb 2008  17:12
#

RewriteLogLevel 2

RewriteLog

RewriteLog  

RewriteLog  	This logfile has spaces	


# Incomplete rule - tab and space but no actual rule.
#

RewriteRule	 


# rules delimited by multiple spaces and TABs
#

RewriteRule	^/Recipes/Recipe/(0-9+)$		/Recipes/Recipe.aspx?ID=$1		[L,I]
RewriteRule	^/wood/Species/(0-9+)$		   /WoodSpecies.aspx?ID=$1		[L,I]


# rule with bad modifier flags
RewriteRule	^/Categories/cat/(0-9+)$		/Categories.aspx?ID=$1		L,I


# Bad regex

RewriteRule	^/(.[$		/Categories.aspx?ID=$1		[L,I]




# incomplete cond
RewriteCond		x
RewriteRule	^/C2/cat/(0-9+)$		/Categories.aspx?ID=$1		[L,I]



# incomplete cond
RewriteCond		
RewriteRule	^/C2/cat/(0-9+)$		/Categories.aspx?ID=$1		[L,I]





# forgot to escape backslash
# http://www.codeplex.com/IIRF/WorkItem/View.aspx?WorkItemId=8465

RewriteCond %{HTTP_REFERER} ^(?!http?://(?:www\.)milkyweb\.com\flash.swf)
RewriteRule .*\.(?:avi) /block.gif [I,L]