| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
rick74 phpBB SEO Team

Joined: 01 Jul 2006 Posts: 64
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Sun Sep 16, 2007 1:00 pm Post subject: Re: Strange google result |
|
|
%5C stands for an urlencoded backslash : "\"
Must be coming from your windows server, it looks like these links are outputted in the topic pages (title).
Try to replace :
| Code: | | $this->path = trim(trim(dirname($parsed_url['path']), "."), "/"); |
with :
| Code: | | $this->path = trim(trim(str_replace('\', '/', dirname($parsed_url['path'])), "."), "/"); |
in phpbb_seo_class.php.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
rick74 phpBB SEO Team

Joined: 01 Jul 2006 Posts: 64
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |