MyBB Community Forums

Full Version: How do I install my portal.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I uploaded the upload folder into public_html and my forum looks like this :

http://tuxedogamers.com/foro

however if I type tuxedogamers.com I get an error, how do I make that error to become my portal page

In order to go to my portal I have to go to http://tuxedogamers.com/foro/portal.php
assuming that your forum files physically exist at public_html/foro folder ,
you can add a index.html file to public_html folder with below content
<html>
<head>
<title></title>
<meta http-equiv="refresh" content="0;URL=/foro/portal.php" />
</head>
<body>
<br />
</body>
</html>