[ISAPI_Rewrite]

# Defend your computer from some worm attacks

#RewriteRule .*(?:global.asa|default.ida|root.exe|..).* . [F,I,O]

# 3600 = 1 hour

CacheClockRate3600

RepeatLimit32

# Protect httpd.ini and httpd.parse.errors files

# from accessing through HTTP

# Rules to ensure that normal content gets through

RewriteRule/tag/(.*)/index.php?tag=$1

RewriteRule/softwarefiles/(.*)/softwarefiles/$1[L]

RewriteRule/images/(.*)/images/$1[L]

RewriteRule/sitemap.xml/sitemap.xml[L]

RewriteRule/favicon.ico/favicon.ico[L]

# For file-based WordPress content (i.e. theme), admin, etc.

RewriteRule/wp(.*)/wp$1[L]# For normal WordPress content, via index.php

RewriteRule^/$/index.php[L]RewriteRule/(.*)/index.php/$1[L]