| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
wasimasif
Joined: 26 Oct 2007 Posts: 1
|
Posted: 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

Joined: 15 Mar 2006 Posts: 3477
|
Posted: 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
 |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |