MyBB Community Forums

Full Version: Redirect to Portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am wondering; How would I make it so everytime someone types in my website it redirects them to the portal because it redirects them to the index ?
Just make a .htaccess file in the folder where your forums are located at and have in it this:
DirectoryIndex portal.php index.php index.html
It is sufficient to just put DirectoryIndex portal.php
how do I do that?
(2012-03-25, 06:08 PM)::Leon:: Wrote: [ -> ]It is sufficient to just put DirectoryIndex portal.php
I'm uset to putting more then just that, it's up to how you want it.
(2012-03-25, 08:35 PM)xMaRzxVoLTaGe Wrote: [ -> ]how do I do that?
Make a file called .htaccess in noptepad, paste that in it, and then transfer it over FTP to your webhosting.