MyBB Community Forums

Full Version: Remove or rename /forum-3.html
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I am wondering if it's possible to remove this altogether,

currently for the front of my page (I am not using any parent or subforums),

https://website.com/forum/forum-3.html

I'd like it to just display
https://website.com/forum/
in the address bar

I edited my main index.php like this if that matters, is there a better way to only display one forum?


<?php
header('Location: forum-3.html'); 
define('IN_MYBB', 1);
define('THIS_SCRIPT', 'index.php');

With this edit, website.com/forum/ automatically loads the particular single forum

All other thread links and pages work and look great (so far).

Thank you so much!

blawks dot com