MyBB Community Forums

Full Version: After SEO on how to change url forum without www -> www.domain.com/forums ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
??????????????????????????????????????????????
ewriteEngine On
.
..
#code
RewriteCond %{HTTP_HOST} ^.*example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
#code

but when I paste this code into .htaccess file, forum can't run