MyBB Community Forums

Full Version: sub forum as homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when access website.com -> redirect to website.com/forum-7.html or website.com/forum7-example (if using google SEO)

thanks
Easiest way to do this is in .htaccess file

That file is hidden at your server. You should have it in your forum root.

Open it and just paste this at the end of it:

DirectoryIndex /forum-7.html

So you are not writing whole url, just where user will be redirected while visiting map where htaccess file is. In this case your forum root's map.

If you don't have .htaccess file (but you should have it already, just it is hidden as stated above), than create new one and paste that code in it.

Hope this helps