dcz wrote:Or, if not enough, and since you are using phpBB standalone, you could as well totally delete this :
- Code: Select all
if ( file_exists($mx_root_path . 'mx_meta.inc') )
{
define( 'IN_PORTAL', true );
$module_root_path2 = $module_root_path = $mx_root_path . 'modules/';
include($mx_root_path . 'extension.inc');
include($mx_root_path . 'common.'.$phpEx);
// Start session management
$userdata = session_pagestart($user_ip, PAGE_INDEX);
mx_init_userprefs($userdata);
// End session management
$phpbb = FALSE;
define('GGSITEMAP_TABLE', $mx_table_prefix.'ggsitemap_config');
}
// PHPBB
else
{
and this :
- Code: Select all
// End session management
}
But then, looking up at your site, I see you do not seem to use a supported (yet) mod rewrite.
Give me the link to the mod you are using and I'll provide with premodded files. But first, let's install this correct, once everything will be set up ok, you'll be able to submit, but do not do it before, it's time loss

++
Have you tried this one ? The file_exist() php function seems to be the one causing us trouble here.
Ok for you mod rewrite, I know it.
I'll write down a premodded file soon. Please check the phpBB SEO mod Rewrites as well, we'll soon provide a
zero dupe solution here allowing everybody to migrate without taking any risk.
Pros for migrating in this case, the phpBB SEO mod rewrite will be supported by a lot of mods very soon (already simple sub forum, pseudo sub forum, announce suite, topic glance, today at / yesterday at, a directory script, smartor album etc ...) and are the way they are build less likely to interfere with other mods.
Cons, none, they are just about the fastest codes released, no pagination duplicates and soon no duplicates at all (no more post URLs).
++