I have MX-BB Portal installed, and I noticed some of the edits in this mod require editing the index.php file.
Since my index.php file redirects to the MX-BB index file, my edits would be different, no?
Moderator: Moderators
open common.php ( mxbb one )
--- FIND ---
//
// Define some general Defs
//
define('PHPBB_URL', $portal_config['portal_phpbb_url']);
define('PORTAL_URL', $portal_config['portal_url']);
define('PORTAL_VERSION', $portal_config['portal_version']);
--- AFTER ADD ---
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
include($phpbb_root_path . 'phpbb_seo/phpbb_seo_class.'.$phpEx);
$phpbb_seo = new phpbb_seo();
// www.phpBB-SEO.com SEO TOOLKIT END
are you using the mx_phpbb module? if so, there is a conflict issue not yet resolved with mx_phpbb module and the SEO mods.
^[a-z0-9_-]+/([^/]+\.html)$ /phpbb/index.php [R=301,L,NC]
$this->path = $this->seo_path['phpbb_url']; /**
* URL rewritting for profile.php
* @access private
*/
function profile() {
if ( !empty($this->get_vars[POST_USERS_URL]) && $this->get_vars['mode'] === 'viewprofile') {


Return to phpBB2 Advanced mod Rewrite
Users browsing this forum: No registered users and 3 guests