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  
 
   
mark all forums as read problem

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
::  
Author Message
pidibi



Joined: 30 Jan 2007
Posts: 3

mark all forums as read problemPosted: Thu Feb 01, 2007 9:15 pm    Post subject: mark all forums as read problem

Hi, on my forum http://www.strelectvi.cz/forum/ I have problem with Mark all forums as read [Označit všechna fóra jako přečtená] link - it's bad rewritten (but sometimes good), it is rewritten as:

http://:/?mark=forums

can somebody help me?

thanx
Back to top
pidibi



Joined: 30 Jan 2007
Posts: 3

mark all forums as read problemPosted: Thu Feb 01, 2007 9:18 pm    Post subject: Re: mark all forums as read problem

sorry, this link is not visible for not logged users
if will someone test it, after registering, please let me know - there is spam-protection (SMS must be sent) - I'll activate account manually
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mark all forums as read problemPosted: Thu Feb 01, 2007 11:19 pm    Post subject: Re: mark all forums as read problem

Well, this is most likely due to the constant bug that will be fixed real soon by an update.

Until then, you can see if replacing :

Code:
         $this->url = PHPBB_URL . $this->seo_static['index'];



with :

Code:
         $this->url = $this->seo_static['index'];



in phpbb_seo/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
Visit poster's website
pidibi



Joined: 30 Jan 2007
Posts: 3

mark all forums as read problemPosted: Fri Feb 02, 2007 11:21 am    Post subject: Re: mark all forums as read problem

it works, thank you
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

mark all forums as read problemPosted: Sat Feb 03, 2007 4:51 pm    Post subject: Re: mark all forums as read problem

dcz wrote:
Well, this is most likely due to the constant bug that will be fixed real soon by an update.

FYI only...

I was seeing the same http://:/xxx-xxx.html results and this prevents it, but the side effect is that -www.example.com/phpbb/ gets redirected to -www.example.com/phpbb/index.php, which I have already eliminated as a search engine duplicate via my own modifications (these same modification broke the Advanced mod Rewrite and caused me considerable debug effort, but that's another story). I look forward to the next drop.

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mark all forums as read problemPosted: Sat Feb 03, 2007 5:02 pm    Post subject: Re: mark all forums as read problem

There should not be any side effect like you say.

Actually, the mod rewrite does get rid of the index.php by default and the zero dupe is following the setting.

Make sure you've got :
Code:
         'index' => ''


in phpbb_seo/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
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

mark all forums as read problemPosted: Sat Feb 03, 2007 5:10 pm    Post subject: Re: mark all forums as read problem

dcz wrote:
Make sure you've got :
Code:
         'index' => ''


in phpbb_seo/phpbb_seo_class.php.

That was the original code, which caused other rewriting problems. I searched this board and found that the same problem was reported elsewhere and you recommended 'index' => 'index.php' as a temporary workaround. IIRC, I needed to apply three changes in phpbb_seo_class.php:
  1. Hardcoding the $server_name, $script_name
  2. 'index' => 'index.php'
  3. $this->url = $this->seo_static['index'];

These corrections allow a functional board, i.e., no bogus URLs or redirection errors. But the index.php redirection remains and I assumed (wrongly?) the an upcoming correction you mentioned would address it.

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mark all forums as read problemPosted: Sat Feb 03, 2007 5:12 pm    Post subject: Re: mark all forums as read problem

Ho I see, so in this case it's normal, the zero dupe is just making sure you follow these settings.

So, do you run a portal sharing phpBB sessions ?

Could you post or pm a link so I can see how it is set up ?

++

_________________
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
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

mark all forums as read problemPosted: Sat Feb 03, 2007 5:21 pm    Post subject: Re: mark all forums as read problem

dcz wrote:
So, do you run a portal sharing phpBB sessions ?

I use phpbb's templating engine for non-forum pages, but not a portal per se. For the moment I have the Advanced rewrite Mod installed on a test server with separate database that you are welcome to peruse. I'll PM you the link.

_________________
Dan Kehn
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: