| :: |
| Author |
Message |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Mon Mar 24, 2008 10:58 pm Post subject: Google 404 all my URLs |
|
|
Hi there!
I have a forum with every one of your mods like:
advanced SEO urls
SEO titles
SEO meta
SEO dupe
I have also a big problem. Google really like my pages but when I check the Google Webmaster Tools I see that Google get's 404 error messeage on EVERY topic in my forum. This is very annoying since not even ONE correct url has been indexed because of this huge problem.
I have checked everything (I think) and don't come much longer in this case. What do you think this could be? Why does Google get 404 when everything seems to be just fine?
I should mention that when I don't use the SEO urls Google can index every page e.x. viewtopic?=21 and so on..
Thanks for you help!
Krabbat |
|
|
| Back to top |
|
 |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Mon Mar 24, 2008 11:25 pm Post subject: Re: Google 404 all my URLs |
|
|
UPDATE
I just tested my URL with http://web-sniffer.net and every1 is getting 404 error. How come? Why can I visist them but not Google?
Please advice me in this hard one, have never seen anything like this. |
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Tue Mar 25, 2008 12:13 am Post subject: Re: Google 404 all my URLs |
|
|
UPDATE 2
Ok, it seems like it must be the SEO URL Rewriting thing that causes the 404 error for google. But I can't come up with what it is. So if you have any suggestions, just tell me
Here's my .htaccess
| 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 may need to un-comment the following line
# Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /forum/
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION
#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. 'forum' REQUIRES TO BE SET AS FORUM INDEX
# RewriteRule ^forum\.html$ index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
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 WITH VIRTUAL FOLDER
RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^[a-z0-9_-]*/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# PROFILES ADVANCED
RewriteRule ^[a-z0-9_-]*-u([0-9]+)\.html$ memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
# USER MESSAGES ADVANCED
RewriteRule ^[a-z0-9_-]*-m([0-9]+)(-([0-9]+))?\.html$ search.php?author_id=$1&sr=posts&start=$3 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
RewriteRule ^sitemap.xml$ sitemap.php [L]
RewriteRule ^forum-([0-9]+).xml$ sitemap.php?fid=$1 [L]
# 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_-]+(-([0-9]+))?\.html$ viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
|
|
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Tue Mar 25, 2008 1:01 am Post subject: Re: Google 404 all my URLs |
|
|
UPDATE #3
This thing drives me crazy, why should this just happen to me?
Well, I have now tried the origianl URLs (viewtopic, viewforum) through HTTP request and they return 200 which means that everything is OK with this URLs. Then I turn on SEO urls again and they unfortunely returns 404 error for Googlebot..
As I said before, any suggestion is worth it's letters in gold. |
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Tue Mar 25, 2008 3:08 pm Post subject: Re: Google 404 all my URLs |
|
|
Not anyone got a solution of what this could be?
I pay $20 through paypal for a solution!
/ Krabbat |
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Tue Mar 25, 2008 10:13 pm Post subject: Re: Google 404 all my URLs |
|
|
This is now fixed
I'm so glad and now the FUN begins with google indexing  |
|
|
| Back to top |
|
 |
Pisius
Joined: 22 Mar 2008 Posts: 20
|
Posted: Wed Mar 26, 2008 1:31 am Post subject: Re: Google 404 all my URLs |
|
|
what was the problem that caused this thing,just asking from curiosity?  |
|
|
| Back to top |
|
 |
krabbat
Joined: 01 Feb 2008 Posts: 18
|
Posted: Wed Mar 26, 2008 12:43 pm Post subject: Re: Google 404 all my URLs |
|
|
| Pisius wrote: | what was the problem that caused this thing,just asking from curiosity?  |
I have integrated phpBB3 with Wordpress through a bridge. This bridge couldn't handle rewrite URLs but the server gave "normal/real users" the right site though. But Googlebot only did get 404 and all other bots. So, I had almost 5000 threads in GWT for 404.. There was just about 30 urls indexed, and it was viewtopic, viewforum.. Now my whole forum will get index in a couple of days/weeks.
Thanks / Daniel
So this had nothing to do with the ASU. |
|
|
| Back to top |
|
 |
Pisius
Joined: 22 Mar 2008 Posts: 20
|
Posted: Fri Mar 28, 2008 6:16 pm Post subject: Re: Google 404 all my URLs |
|
|
LOl thats was tricky  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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