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  
 
   
How to fix this error?

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 SEO MODS
::  
Author Message
Albay



Joined: 20 Sep 2007
Posts: 2

How to fix this error?Posted: Sat Sep 22, 2007 1:42 am    Post subject: How to fix this error?

First of all I apologize for my insufficent english.

I created phpseo3 premod forum and advanced seo mod... created categories forums etc...

after posting more than 25 topic in any forum, it creates secont page for older topics but secont page cannot be opened.

this is the first page of the forum
Code:
http://forum.bedavasiteyapmak.com/tema-f16/


this one is the second which cause 404 not found error
Code:
http://forum.bedavasiteyapmak.com/tema-f16/page25.html


i think it should not be end with .html but i do not know how to fix this error.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

How to fix this error?Posted: Sat Sep 22, 2007 1:23 pm    Post subject: Re: How to fix this error?

You most likely altered some settings after you generated your last .htaccess.

Try generating an new one and install it. Should work.

In case it does not, post it here.

With virtual folder you'll get forum-url-fxx/pageyy.html for pagination.
Without, you'll get forum-url-fxx-yy.html.

_________________
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
Albay



Joined: 20 Sep 2007
Posts: 2

How to fix this error?Posted: Sat Sep 22, 2007 10:47 pm    Post subject: Re: How to fix this error?

Thanks for your reply... i tried some other commands. it doesnt give 404 not found error any more but



I want to make underlined url for both links.. but I do not know how to do Sad if it will take long time to fix, i will try to install a new one..

I used this htaccess file..
Code:
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
# ALEXIS pasif yap dedi :P
RewriteBase /

#########################################################
# PHPBB SEO REWRITE RULES            #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^index\.html$ /index.php [QSA,L]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?/?$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES && TOPIC WITHOUT FORUM URLS
RewriteRule ^(annonces/)?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$2&start=$4 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /memberlist.php?mode=viewprofile&u=$1 [QSA,L]
# THE TEAM
RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]

# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)\.html)?$ viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

How to fix this error?Posted: Mon Sep 24, 2007 11:39 am    Post subject: Re: How to fix this error?

Oh, this is a bug, the JS need to be updated to work with the new pagination standards.

About pagination standards, forum-url/pagexx.html really is better than forum-url-xx/ because you will put all the weight on the virtual folder instead of generating one per forum page.

This way, all the content from one forum will appear in the forum's virtual folder.

++

_________________
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
MewsicLovr



Joined: 20 Nov 2007
Posts: 4

How to fix this error?Posted: Sat Nov 24, 2007 1:57 am    Post subject: Re: How to fix this error?

Bump. Is this a phpBB3 bug or an SEO bug? Can you post a fix?

Thanks!
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

How to fix this error?Posted: Sat Nov 24, 2007 2:22 am    Post subject: Re: How to fix this error?

It used to be a bug in the previous phpBB SEO mod rewrite versions, not phpBB3, latest ones does not have it anymore.

_________________
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
MewsicLovr



Joined: 20 Nov 2007
Posts: 4

How to fix this error?Posted: Sat Nov 24, 2007 5:06 am    Post subject: Re: How to fix this error?

Alright, I discovered my problem was because I was using an extension of "/" for all pages (virtual folders for single pages). I put it back to .html and all is good.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

How to fix this error?Posted: Sun Nov 25, 2007 2:11 pm    Post subject: Re: How to fix this error?

We'll add a better handling for the / suffix case without virtual folder in the next releases, but, it's not the most obvious to use slashes as suffix if you don't simulate directories IMHO.

++

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 SEO MODS
Page 1 of 1

Navigation Similar Topics

Jump to: