MyBB Community Forums

Full Version: portal as main page [How]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do  i make my portal as main page ?


example when i put my link http://bsftambayan.com/


i want direct to portal not forums Big Grin
if your server uses .htaccess file then you can try adding code like below
# nginx configuration 
index portal.php index.php index.html index.htm;
(2016-07-06, 04:46 AM).m. Wrote: [ -> ]if your server uses .htaccess file then you can try adding code like below
# nginx configuration 
index portal.php index.php index.html index.htm;

where do i find that 1?
create a new file with name .htaccess at main folder of your forum and add suggested code
[note: file name has a dot at beginning & it has no suffix]
(2016-07-06, 04:53 AM).m. Wrote: [ -> ]create a new file with name .htaccess at main folder of your forum and add suggested code
[note: file name has a dot at beginning & it has no suffix]

ERROR 500 - INTERNAL SERVER ERROR
^ please rename .htaccess file as htaccess1.txt

not sure when I can check it today, you may PM me temporary access to files (FTP)
pm sent
regular DirectoryIndex code is working for your forum
DirectoryIndex portal.php index.php index.html index.htm