MyBB Community Forums

Full Version: who can help me?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i recently install mybb forum at [url=http://yazu.info/forum][/url] but i want to change url and set this forum to main page like http://yazu.infowho can help me?
Go to your control panel, then go to the file manager, go to /public_html/forum and select all the files/folders, then click the "Move" button or "Move Files" and a popup should appear, then type in "/public_html" instead of the current "public_html/forum".

You will need to edit the cookie settings first and change to "/" instead of "/forum".
Don't forget to insert the following code in your .htaccess file;

RewriteEngine on
RewriteRule (.*) http://domain.com/$1 [R=301,L]

This will point your users to redirect to forum from /forum -> base domain, like;

http://mybb.com/forum

will be redirected to

http://mybb.com
Hello there,

The forum you have posted does not have the minimum "Powered by MyBB" notice we require for technical support here. In order for us to give you further support, please add the following code to the footer template of your forum:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>

I will close this thread until you have reinstated the Powered By line. PM me or any staff to have this thread reopened.

Please feel free to contact me or any other staff member if you have any questions about this policy.

With regards,
MyBB Support Team