MyBB Community Forums

Full Version: htaccess
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When entering

 DirectoryIndex portal.php

To my .htaccess file it makes the portal my homepage, which is what I was looking for.

But the problem is when I try to access the mybb administration page I get a 404 Forbidden?? Any help with this matter is greatly appreciated.
Use this instead:

DirectoryIndex portal.php index.php index.html index.htm
Thanks I actually used

 DirectoryIndex portal.php index.php