MyBB Community Forums

Full Version: Portal Instead of Index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want the portal to be the first thing people see when they visit my site. How can I get the base url of my site to redirect to the portal instead of the index? Would I just rename portal.php as index.php? How do I still keep my index functional?

Thanks for your help. Smile
Add the following code in your htaccess file;
DirectoryIndex portal.php index.php
Thank you, that worked perfectly!