| :: |
| Author |
Message |
Albay
Joined: 20 Sep 2007 Posts: 2
|
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

Joined: 15 Mar 2006 Posts: 3477
|
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
|
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 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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
MewsicLovr
Joined: 20 Nov 2007 Posts: 4
|
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

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
MewsicLovr
Joined: 20 Nov 2007 Posts: 4
|
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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|