The code is ok, but you have to add the slash char after .com when typing your urls.
This works well, and rewrites :
bigskyfans.com/gallery
Moderator: Moderators
RewriteCond %{HTTP_HOST} ^thenewsboards\.com$ [NC]
RewriteRule ^(.*) http://www.thenewsboards.com/$1 [QSA,L,R=301]
# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*) http://www.example.com/$1 [QSA,L,R=301]
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^forums/index\.html$ /forums/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
# RewriteRule ^forums/[a-z0-9_-]+/([^/]+\.html)$ /forums/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^forums/[a-z0-9_-]*-c([0-9]+)\.html$ /forums/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forums/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^forums/[a-z0-9_-]*-f([0-9]+)\.html$ /forums/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^forums/topic([0-9]+)-([0-9]+)\.html$ /forums/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^forums/topic([0-9]+)\.html$ /forums/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^forums/post([0-9]+)\.html$ /forums/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^forums/member([0-9]+)\.html$ /forums/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*) http://www.example.com/$1 [QSA,L,R=301] RewriteCond %{HTTP_HOST} ^treatwidevision\.us$ [NC]
RewriteRule ^(.*) http://www.treatwidevision.us/$1 [QSA,L,R=301] 



http://www.domain.netadm/index.php?sid=61b886ad3b2cde4c37f51cf7b94a2cc5http://www.domain.net/forum/adm/index.php?sid=61b886ad3b2cde4c37f51cf7b94a2cc5Options +FollowSymlinks
RewriteEngine On
RewriteBase /forum/
RewriteCond %{HTTP_HOST} !^www\domain\.net$ [NC]
RewriteRule ^(.*) http://www.domain.net$1 [QSA,L,R=301]Options +FollowSymlinks
RewriteEngine On
RewriteBase /forum/
RewriteCond %{HTTP_HOST} !^www\.domain\.net$ [NC]
RewriteRule ^(.*) http://www.domain.net/forum/$1 [QSA,L,R=301]Fatal error: Call to undefined function get_formatted_filesize() in /home/adobetur/public_html/forum/includes/acp/acp_main.php on line 313
Users browsing this forum: No registered users and 3 guests