The only problem installing the Mixed mod rewrite that I've run into so far is with the index.php. Where is says to find the following code, my version doesn't have it:
- Code: Select all
index.php
#
#-----[ FIND ]------------------------------------------
#
if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['cat'][$cat_id]) ) {
$phpbb_seo->seo_url['cat'][$cat_id] = $phpbb_seo->format_url($category_rows[$i]['cat_title'], $phpbb_seo->seo_static['cat']);
}
// www.phpBB-SEO.com SEO TOOLKIT END
Is there any way to work around this? Any help would sure be appreciated.
Tim

English |
French

