# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/***
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
<Files 403.shtml>
order allow,deny
allow from all
</Files>