MyBB Community Forums

Full Version: Portal help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I wanted to add the portal to my forums, - http://taqsforums.comeze.com/ (free host at the moment).
Now I changed the htaccess.txt to .haccess like it asked, along with adding the code.
Now it changed it to open the portal.php, but when I go to forums, all the forums don't work.

Also, I don't see a way to add links to the header. Any help on that would be nice!
Adding links to header:

AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> Header

Your portal is located: http://taqsforums.comeze.com/portal.php

Did you want that to be the default page when you visit your forum?
I want to set the portal.php as home, would you know how to do that D:
Create a file named .htaccess and upload it to your forum root. Add the following code inside the .htaccess file:

DirectoryIndex portal.php
(2012-10-13, 04:46 PM)Vernier Wrote: [ -> ]Create a file named .htaccess and upload it to your forum root. Add the following code inside the .htaccess file:

DirectoryIndex portal.php

I would advise the OP use the following otherwise it'll cause issues for the archive and the admin cp.

DirectoryIndex portal.php index.php index.html