phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
ACP pages not showing properly

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
wasimasif



Joined: 26 Oct 2007
Posts: 1

ACP pages not showing properlyPosted: Fri Oct 26, 2007 4:31 pm    Post subject: ACP pages not showing properly

I have installed seo url mod 0.4.0RC4 on phpBB-3.0.RC7 not the forum pages are working fine but when i login as admin the pages come without any images and styles when i click on these pages 404 error appears.

I have installed it at http://localhost/forum.html and it has forum folder in my webroot.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

ACP pages not showing properlyPosted: Sat Oct 27, 2007 10:34 am    Post subject: Re: ACP pages not showing properly

It a bug with the virtual root option (only this one).

You just need to replace :

Code:
      if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase'])) {   
         $this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '">';
      }


with :

Code:
      if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase']) && !defined('ADMIN_START')) {   
         $this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '" />';
      }


in phpbb_seo_class.php

Wink

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: