Thank you for your generous help!jimcarrel wrote:I do not completly understand "when I go to forumname.com" .
the phpBB3 forum only works from "/index.php".
Now, when I type in my "forumname.com", I get a totally white page.
But, when I type in my "forumname.com/index.php", I get the forum.
on my index.php, I edited it as below:
/* ============= mChat Start ============= */
if(!defined('MCHAT_INCLUDE'))
{
define('MCHAT_INCLUDE', true);
$mchat_include_index = true;
include($phpbb_root_path.'mchat.'.$phpEx);
}
/* ============== mChat End ============== */
// Output page
page_header($user->lang['INDEX']);
$template->set_filenames(array(
'body' => 'index_body.html')
Is this "formname.com" the only thing on your website? Or do you also have regular html pages. (which would run from index.html)
I don't see my index.html in the root dir anymore. There is an index.htm and index php
On edit, I noticed if I remove the index.htm from the root, the page comes up correctly at forum.com
But...the instructions call for Copy: root/mchat/index.htm to mchat/index.htm
I just uploaded it to the root dir, was that not right? Was I supposed to create a subfolder in the root dir named mchat? And load files into that. I didn't do that because I received this instruction in another mod:
.In the xml file, root refers to whatever folder your forum is installed in (where it's index.php file is located), ie. if your forum is installed in htdocs/phpBB3/, then substitute that for root and copy files over from there