| :: |
| Author |
Message |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Sun Jan 28, 2007 12:24 pm Post subject: google sitemap errors |
|
|
google sitemaps show i have error with my sitemap
Errors
Line:
328
Invalid URL
This is not a valid URL. Please correct it and resubmit. [?] URL:
Parent tag:
Tag:
url
loc
Line:
333
Invalid URL
This is not a valid URL. Please correct it and resubmit. [?]
I cant figure out what is wrong |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Sun Jan 28, 2007 1:07 pm Post subject: Re: google sitemap errors |
|
|
| so I can update the module--install it as if I had no previous sitemap mod--.i.e overwrite whatever was there before?? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Sun Jan 28, 2007 1:46 pm Post subject: Re: google sitemap errors |
|
|
ok let me get the correct sequence here
1) use dbuninstll to uninstall old ggmxsitemaps
2) dlete files from ddmxsitepmaps mod
3) remove google rewrite rules from htaccess file
4) apply new gym mod in it entirety
5) resubmit to google??
and what about new pages? apply page add mod after all is completed?? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Mon Jan 29, 2007 11:01 am Post subject: Re: google sitemap errors |
|
|
trying the un install and i get this
Warning: main(../../extension.inc): failed to open stream: No such file or directory in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 35
Warning: main(../../extension.inc): failed to open stream: No such file or directory in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 35
Warning: main(): Failed opening '../../extension.inc' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/lib/php/PEAR:/usr/local/share/pear') in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 35
Warning: main(../../common.php): failed to open stream: No such file or directory in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 36
Warning: main(../../common.php): failed to open stream: No such file or directory in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 36
Warning: main(): Failed opening '../../common.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/lib/php/PEAR:/usr/local/share/pear') in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 36
Fatal error: Call to undefined function: session_pagestart() in /hsphere/local/home/mdbusa/asia-expatsforum.com/db_uninstall.php on line 41 |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Jan 29, 2007 11:06 am Post subject: Re: google sitemap errors |
|
|
where do you run it ?
Looks like a path issue.
Any way, the SQL is the following :
| Code: | | DROP TABLE phpbb_ggsitemap_config; |
And just in case, you can uncomment this line in the 1.2.0RC2 sql_install.php to delete the older table while installing :
| Code: | | //"DROP TABLE IF EXISTS ".$mx_table_prefix."ggsitemap_config", |
As well, it's not mandatory to delete the older table, it's just better, the module will work with or without
++ |
_________________ 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 |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Mon Jan 29, 2007 11:17 am Post subject: Re: google sitemap errors |
|
|
ok now I have run the db install and copied all file to the server.
not sure how to deal with this rewrite rules stuff? |
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Mon Jan 29, 2007 11:23 am Post subject: Re: google sitemap errors |
|
|
this is my current ht acces file
| Code: | RewriteRule ^(.*) http://www.asia-expatsforum.com/$1 [QSA,L,R=301]
RewriteBase /
# phpBB
# FORUM PROTECTION RULE
RewriteRule ^phpBB2/.+/([^/]+\.html)$ /phpBB2/index.php [R=301,L]
# CATEGORIES
RewriteRule ^phpBB2/.+-vc([0-9]+)\.html$ /phpBB2/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)-([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)-([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^phpBB2/post([0-9]+)\.html$ /phpBB2/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^phpBB2/member([0-9]+)\.html$ /phpBB2/profile.php?mode=viewprofile&u=$1 [QSA,L]
RewriteRule ^phpBB2/sitemaps.xml$ /phpBB2/sitemap.php [L]
RewriteRule ^phpBB2/forum-sitemap-([0-9]+).xml$ /phpBB2/sitemap.php?fid=$1 [L]
RewriteRule ^phpBB2/sitemap-forum.xml$ /phpBB2/sitemap.php?forum [L]
# END PHPBB PAGES
RewriteRule ^phpBB2/sitemaps([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
RewriteRule ^phpBB2/sitemaps\.html$ /phpBB2/sitemaps.php [QSA,L]
RewriteRule ^phpBB2/forum-m\ap\.html$ /phpBB2/sitemaps.php?fim [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)-([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^phpBB2/.+-sc([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
not sure lines to remove-but i should add this after?
those files are in phpBB2 folder under the root--
########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^phpbb/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpbb/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^phpbb/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpbb/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^phpbb/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpbb/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^phpbb/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpbb/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^phpbb/sitemaps\.([xml|xml\.gz]+)$ /phpbb/sitemap.php [L]
# Sitemap modules
RewriteRule ^phpbb/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ /phpbb/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^phpbb/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ /phpbb/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^phpbb/urllist\.([txt|txt\.gz]+)$ /phpbb/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
######################################################### |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Jan 29, 2007 11:37 am Post subject: Re: google sitemap errors |
|
|
The beginning should rather be :
| Code: |
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.asia-expatsforum\.com$ [NC]
RewriteRule ^(.*) http://www.asia-expatsforum.com/$1 [QSA,L,R=301] |
The modules RewriteRule are ok if you uploaded rss.php, sitemap.php and urllist.php on level above the phpBB2/ folder, and if you edited the path in theses (to add ./phpBB2/ for phpbb_path).
If you upload them in the phpBB/ folder instead, you'll need to add the phpBB/ path in the rewriterules, as suggested in the folder install rewriterule set.
++ |
_________________ 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 |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Mon Jan 29, 2007 11:45 am Post subject: Re: google sitemap errors |
|
|
the 3 files are located in the phpBB2 folder
somy final htaccss file should be?
| Code: |
AddType application/x-httpd-php .htm .html .tpl
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.asia-expatsforum\.com$ [NC]
RewriteRule ^(.*) http://www.asia-expatsforum.com/$1 [QSA,L,R=301]
RewriteBase /
# phpBB
# FORUM PROTECTION RULE
RewriteRule ^phpBB2/.+/([^/]+\.html)$ /phpBB2/index.php [R=301,L]
# CATEGORIES
RewriteRule ^phpBB2/.+-vc([0-9]+)\.html$ /phpBB2/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)-([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)-([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^phpBB2/post([0-9]+)\.html$ /phpBB2/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^phpBB2/member([0-9]+)\.html$ /phpBB2/profile.php?mode=viewprofile&u=$1 [QSA,L]
RewriteRule ^phpBB2/sitemaps.xml$ /phpBB2/sitemap.php [L]
RewriteRule ^phpBB2/forum-sitemap-([0-9]+).xml$ /phpBB2/sitemap.php?fid=$1 [L]
RewriteRule ^phpBB2/sitemap-forum.xml$ /phpBB2/sitemap.php?forum [L]
# END PHPBB PAGES
RewriteRule ^phpBB2/sitemaps([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
RewriteRule ^phpBB2/sitemaps\.html$ /phpBB2/sitemaps.php [QSA,L]
RewriteRule ^phpBB2/forum-m\ap\.html$ /phpBB2/sitemaps.php?fim [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)-([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^phpBB2/.+-sc([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^phpBB2/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^phpBB2/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^phpBB2/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^phpBB2/sitemaps\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php [L]
# Sitemap modules
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^phpBB2/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^phpbb/urllist\.([txt|txt\.gz]+)$ /phpBB2/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
######################################################### |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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