MyBB Community Forums

Full Version: Redirect?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How should I go about making a homepage redirect to a forum index? i.e. If a person goes to www.website.com (the index of the website), I want it to automatically redirect them to www.website.com/forums (the index of the forums).
If you have cloudflare enabled on your site you can easily set up a page rule that redirects them there
<?php header('Location: http://domain.new/'); ?> Will work fine.

Save script in old webroot/folder as as index.php