Order Allow,Deny
Deny from All
Order Allow,Deny
Deny from All
### phpBB MF BEGIN ###
RewriteEngine On
#RewriteBase /
#Remove comments (#) if you would like to use. This will redirect http://yourdomain.com to http://www.yourdomain.com
#RewriteCond %{HTTP_HOST} ^yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
#Rules for board directory and other pages
RewriteRule ^visit-([0-9]*)(.*).html$ board_directory.php?visit=$1 [L]
RewriteRule ^category-([0-9]*)(.*)-([0-9]*)-([a-zA-Z0-9]*)-([a-zA-Z0-9]*).html$ board_directory.php?page=$3&c=$1&sort_by=$4&order=$5 [L]
RewriteRule ^category-([0-9]*)(.*).html$ board_directory.php?c=$1 [L]
RewriteRule ^board_directory.html$ board_directory.php [L]
RewriteRule ^get-free-forum.html$ signup.php [L]
RewriteRule ^terms.html$ terms.php [L]
RewriteRule ^upgrade-forum.html$ upgrade_forum.php [L]
#Rules for forums
RewriteRule ^(.*)vf([0-9]*).html$ viewforum.php?f=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)vt([0-9]*).html$ viewtopic.php?t=$2&%{QUERY_STRING} [L]
RewriteRule ^vp([0-9]*).html$ viewtopic.php?p=$1&%{QUERY_STRING} [L]
RewriteRule ^(.*)vm([0-9]*).html$ memberlist.php?mode=viewprofile&u=$2&%{QUERY_STRING} [L]
RewriteRule ^search.html$ search.php?%{QUERY_STRING} [L]
RewriteRule ^faq.html$ faq.php?%{QUERY_STRING} [L]
RewriteRule ^memberlist.html$ memberlist.php?%{QUERY_STRING} [L]
RewriteRule ^viewonline.html$ viewonline.php?%{QUERY_STRING} [L]
### phpBB MF END ###