The forum won’t let me attach it. Here it is with the EE blacklist stuff removed:
RewriteEngine on
<IfModule mod_security.c>
# Turn off mod_security filtering. SMF is a big boy, it doesn’t need its hands held.
SecFilterEngine Off# The below probably isn’t needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]RewriteCond %{HTTP_HOST} ^mcgeheezone.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.mcgeheezone.com$
RewriteRule ^blogoSFERICS/?$ http://mcgeheezone.com/index.php/zone/index/ [R=301,L]
RewriteRule index.php/zone/subject/play_rough_fight_dirty/ http://mcgeheezone.com/index.php/stuff/fiction/subject/play_rough_fight_dirty/ [R=301,L]
RewriteRule index.php/zone/subject/the_stuttering_of_the_kids/ http://mcgeheezone.com/index.php/stuff/fiction/subject/the_stuttering_of_the_kids/ [R=301,L]
RewriteRule index.php/weblog/comments/1505/ http://mcgeheezone.com/index.php/zone/comments/big_surprise_not/ [R=301,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>