MyBB Community Forums

Full Version: Changing path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want the forum to be /forum on my website instead of index and direct after that.
How do I set this up?

Also, is there a guide on how to create email for my domain so that it works with mybb, currently it does not send out registration conformation emails Smile

And even more, how do I set it so that only people that have a referer get to register?
Paste This Code In .htaccess File

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule (.*)$ http://www.domain.com/forum$1 [R=301,L]


Ask Hosting Provider To Make Email For You..
Also for emails you can simple set up emails if you have a control panel like cPanel and Plesk panel there is email option to setup [email protected].
Thanks I did not understand this Smile
I am using a windows 10 pro as the OS.
Using windows 10 as the OS it does not affect the website unless you hosted the website on your computer. Your website might be hosting on a shared hosting space from a hosting provider, login to your hosting provider's panel to create emails for your domains and you need to edit your .htaccess file to rewrite yourdomain.tld to yourdomain/folder