RewriteEngine On
RewriteRule ^faq.html faq.php [L,NC]
RewriteRule ^top_referrals.html top_referrals.php [L,NC]
RewriteRule ^refer_friend.html refer_friend.php [L,NC]
RewriteRule ^memberlist.html memberlist.php [L,NC]
RewriteRule ^groupcp.html groupcp.php [L,NC]
RewriteRule ^groups-group-([0-9]*) groupcp.php?g=$1 [L,NC]
RewriteRule ^viewonline.html viewonline.php [L,NC]
RewriteRule ^index-category-([0-9]*).html index.php?c=$1 [L,NC]
RewriteRule ^index-mark-([a-zA-Z0-9]*).html index.php?mark=$1 [L,NC]
RewriteRule ^index.html index.php [L,NC]
RewriteRule ^login.html login.php [L,NC]
RewriteRule ^posting-([a-zA-Z0-9]*)-f([0-9]*).html posting.php?mode=$1&f=$2 [L,NC]
RewriteRule ^posting-([a-zA-Z0-9]*)-t([0-9]*).html posting.php?mode=$1&t=$2 [L,NC]
RewriteRule ^posting-([a-zA-Z0-9]*)-p([0-9]*).html posting.php?mode=$1&p=$2 [L,NC]
RewriteRule ^profile-([a-zA-Z]*)-([0-9]*).html profile.php?mode=$1&u=$2 [L,NC]
RewriteRule ^search-id-([a-zA-Z0-9]*).html search.php?search_id=$1 [L,NC]
RewriteRule ^search.html search.php [L,NC]
RewriteRule ^topics-([0-9]*)-([0-9]*)-([0-9]*).html viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^mark-topics-([0-9]*).html viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^view-poll-([0-9]*)-([0-9]*)-([a-zA-Z]*).html viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).html viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^topic-([0-9]*)-start-([0-9]*).html viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1
SecFilterEngine Off
SecFilterScanPOST Off
I have no idea, could you check what your trying to do and then see if the file your trying to access is in one of the rewriterules? I would bet it probialy is. <img>