MyBB Community Forums

Full Version: can someone help me how to do this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys can someone help me how to rewrite .htaccess on my url? Where http i want to become www.mysite.com automatically. And one mo thing

Please give me all mybbsite official sites. Like mybbvn mybbiran like that. Because evrytime i ask google his always giving me a nulled plugins and i dont want to use that.
Add this to your .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

The only official MyBB site is this one.