| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Tue Dec 26, 2006 12:39 pm Post subject: mx and forum-map error |
|
|
Hello
Today I update my forum to 2.0.22 but now the mx-map.html and forum-map.html doesn`t work.
... and http://www.detektoreninfo.de/sitemaps.html works  |
_________________ macnack |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Tue Dec 26, 2006 2:28 pm Post subject: Re: mx and forum-map error |
|
|
google report me that google sitemaps from all my sites make error to.
The webspace was hosted on a other server since yesterday
Before works Apache 1.3x and now works Apache 2.xx
must I change anythink?
Mod rewrite in Forum works fine.. |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Tue Dec 26, 2006 3:46 pm Post subject: Re: mx and forum-map error |
|
|
| Code: | #########################################################
# MX SITEMAPS REWRITE RULES ADVANCED #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/04/28
########################################################
RewriteRule ^sitemaps([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
RewriteRule ^sitemaps\.html$ /sitemaps.php [QSA,L]
RewriteRule ^forum-m\ap\.html$ /sitemaps.php?fim [QSA,L]
RewriteRule ^mx-m\ap([0-9]+)\.html$ /sitemaps.php?mx&start=$1 [L]
RewriteRule ^mx-m\ap\.html$ /sitemaps.php?mx [L]
RewriteRule ^.+-fmp([0-9]+)-([0-9]+)\.html$ /sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^.+-fmp([0-9]+)\.html$ /sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^.+-sc([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
#########################################################
# END SITEMAPS REWRITE RULES #
######################################################### |
google report me 403 errors for some urls |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
Posted: Tue Dec 26, 2006 4:08 pm Post subject: Re: mx and forum-map error |
|
|
Replace :
| Code: | RewriteRule ^forum-m\ap\.html$ /sitemaps.php?fim [QSA,L]
RewriteRule ^mx-m\ap([0-9]+)\.html$ /sitemaps.php?mx&start=$1 [L]
RewriteRule ^mx-m\ap\.html$ /sitemaps.php?mx [L] |
With :
| Code: | RewriteRule ^forum-map\.html$ /sitemaps.php?fim [QSA,L]
RewriteRule ^mx-map([0-9]+)\.html$ /sitemaps.php?mx&start=$1 [L]
RewriteRule ^mx-map\.html$ /sitemaps.php?mx [L] |
Will be enough I think.
Then, what Google reports is most likely true, but the URLs does not necessarily come from the sitemaps, and for 403 it is for sure, unless you forum is forbidden
++ |
_________________ 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 |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Fri Dec 29, 2006 11:26 am Post subject: Re: mx and forum-map error |
|
|
Hello dcz
thanks it works  |
_________________ macnack |
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |