Where is my xml file ?

The GYM Sitemaps and RSS module and it's plug-ins.
Google Yahoo MSN Sitemaps (United 0.9).
RSS 2.0 Feeds and Yahoo! urllist.txt.

Moderator: Moderators


Where is my xml file ?

Postby myfa1z » Tue Aug 21, 2007 5:38 pm

Hi

Sory to asking again, but, i'm installing gym sitemap.xml mod, and i don't understand, where is the sitemap.xml, or this mod can create sitemap.xml file automaticly or i must create this file manually.

second question, are this three sitemap mods must i install in my forum or just one of them, and wich one is the best to my forum.

thanks for answer
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Advertisement

Postby myfa1z » Wed Aug 22, 2007 5:51 am

hi i just install gym_sitemapsV1-2-0RC4, and GYM_Sitemap_xml_pluginV0-2-0, but i have problem with configuration .httacces, this is my .httacces:

# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
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,NC]
# FORUM PROTECTION RULE
# RewriteRule ^[a-z0-9_-]+/([^/]+\.html)$ /index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^[a-z0-9_-]*-c([0-9]+)\.html$ /index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^[a-z0-9_-]*-t([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
#

#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^forums-rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^([a-zA-Z0-9_-]+)-rss([0-9]*)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^.+-rf([0-9]+)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^sitemaps\.(xml(\.gz)?)$ /sitemap.php [L]
# Sitemap modules
RewriteRule ^([a-zA-Z0-9_-]+)-sitemap\.(xml(\.gz)?)$ /sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^.+-gf([0-9]+)\.(xml(\.gz)?)$ /sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^urllist\.(txt(\.gz)?)$ /urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# SITEMAP SITE TXT
RewriteRule ^([a-zA-Z0-9_-]+)-gx\.(xml(\.gz)?)$
/sitemap.php?xml=$1 [L]


and second question, i still cannot undrestand where is the xml file, ory to many asking in this forum.
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby SeO » Wed Aug 22, 2007 6:53 am

Well, there is actually no .xml physical file. that's why we are using mid rewrite a bit hence the .htaccess.
Then the location depends on where is you sitemap.php file (same for rss.php and rss feeds) :
In this forum, sitemap.php is in the boards/ folder :


Your .htaccess looks ok, if your rewritten forum URLs works, the GYM on should as well.

Try to load yourdomain.com/sitemap.php, should be your sitemapindex.
You'll need to activate mod rewrite in the GYM acp as well as styling if you want them to look like ours.
SeO
Admin
Admin
 
Posts: 6037
Joined: Wed Mar 15, 2006 9:41 pm

Postby myfa1z » Wed Aug 22, 2007 7:45 am

i get this message when i try to acces my forum

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, support@freehostia.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/1.3.33 Server at lowongankerja.freehostia.com Port 80


I contact the support, and they said, i have a problem with my .httacces :(, please help me with this problem :(
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby dcz » Wed Aug 22, 2007 9:05 am

What if you try one thing at a time : first install the GYM sitemaps module without the .htaccess and then, when it runs, start to play with url rewriting.

It the forum working all right ? with rewritten urls ?

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19930
Joined: Fri Apr 28, 2006 9:03 pm

Postby myfa1z » Wed Aug 22, 2007 7:18 pm

still not working, but when i delete this code :

# SITEMAP SITE TXT
RewriteRule ^([a-zA-Z0-9_-]+)-gx\.(xml(\.gz)?)$
/sitemap.php?xml=$1 [L]


and my .httacces :

#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^forums-rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^([a-zA-Z0-9_-]+)-rss([0-9]*)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^.+-rf([0-9]+)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^sitemaps\.(xml(\.gz)?)$ /sitemap.php [L]
# Sitemap modules
RewriteRule ^([a-zA-Z0-9_-]+)-sitemap\.(xml(\.gz)?)$ /sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^.+-gf([0-9]+)\.(xml(\.gz)?)$ /sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^urllist\.(txt(\.gz)?)$ /urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################


And i uninstall gym sitemap.xml this is work.

May be i have a problem with this GYM sitemap.xml installation, i do this task:


Installation :

* Upload the mx_ggsitemaps/ folder content from the archive to your online mx_ggsitemaps/ folder.
* Add the following rewriterule after the GYM sitemaps one in your .htaccess :
Code:
# SITEMAP SITE TXT
RewriteRule ^([a-zA-Z0-9_-]+)-gx\.(xml(\.gz)?)$ /sitemap.php?xml=$1 [L]

Or :
Code:
# SITEMAP SITE TXT
RewriteRule ^phpbb/([a-zA-Z0-9_-]+)-gx\.(xml(\.gz)?)$ /phpbb/sitemap.php?xml=$1 [L]


If, for example, your forum is installed in the phpbb/ folder.


but i'm not sure with this:

XML lists :

* XML list must be valid Google sitemaps and be uploaded in the mg_ggsitemaps/txt_lists/ folder.

* You must name each in the following manner :
url_site_map-name.xml
The above example will auto-generate a new entry in the sitemaIndex :
/site_map-name-gx.xml (or /sitemap.php?xml=site_map-name without URL rewriting), obviously linked to the corresponding sitemap listing.

* You can add as many as you want, each xml file, following this simple standard, will add an entry in the sitemapIndex and create a new sitemap.

* You can use several method to to build your txt lists, such as the many online sitemaps services.




Warning:

URLs listed in url_list.txt must be part of the same domain (or sub-domain) as the SitemapsIndex (sitemap.php) and shall not be located above in the folder structure.

If sitemap.php is located in :www.example.com/dossier/sitemap.php

You can add :
-http://www.example.com/dossier/*.*

But you can't add :
-http://www.example.com/*.*

Or :
-http://sous-domaine.example.com/*.*


May be i like an idiot, i never study about php, and i'm newbie in this forum phpbb, and my english is not too good either, can you explain what i have to do with this ?, i must manually build the second task or i just copy paste all of directory of gym sitemap.xml folder only ?.
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby myfa1z » Wed Aug 22, 2007 7:51 pm

sory one more question, my sitemap like this :


<sitemapindex xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap ... eindex.xsd">

<!--
Generated by Google Yahoo MSN Sitemaps and RSS v1.2.0RC4 - (C) 2006 dcz - http://www.phpbb-seo.com/
-->

<sitemap>

<loc>
http://lowongankerja.freehostia.com/sitemap.php?forum
</loc>
<lastmod>2007-08-22T18:30:50+00:00</lastmod>
</sitemap>

<sitemap>

<loc>
http://lowongankerja.freehostia.com/sitemap.php?forum=1
</loc>
<lastmod>2007-08-21T17:29:44+00:00</lastmod>
</sitemap>
</sitemapindex>


The sytle is different like your site, i'm sure i cxhange the style in acp, but seem it is not working, but this is working in my rss:

http://lowongankerja.freehostia/rss.php

and what about this url in my sitemap:

http://lowongankerja.freehostia.com/sitemap.php?forum=1

can we change this with advance url, or, just like this in sitemap ?
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby myfa1z » Sun Aug 26, 2007 4:16 am

my second question is already solved, may be take some times to create sitemap style, thanks guys. but i'm still have problem with my first question.
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby dcz » Sun Aug 26, 2007 1:14 pm

It's most likely because you did not clear the cache after updating your sitemap settings, and once it was updated they eventually showed up.

About your first question, are you asking if you should regenerate sitemaps and feeds ?

Actually no, sitemaps are dynamically generated, new content will show up by itself as soon as the cache gets updated (configurable in ACP).

All you need to do with Google is to submit your sitemapindex and voilà ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19930
Joined: Fri Apr 28, 2006 9:03 pm

Postby myfa1z » Wed Aug 29, 2007 9:56 am

Thanks for the answer

I installed Google Yahoo MSN Sitemaps and RSS V1.2.0RC4 mod, should i use this plugin only or i must install GYM Sitemaps XML and Txt to make my forum much seo friendly ?, because i have trouble with two mods installation.

And thanks for the answer, i use PHPBB for the first time and i love phpbb script because this forum and you are great this forum helping me much to understand phpbb script.
myfa1z
 
Posts: 27
Joined: Fri Aug 17, 2007 11:04 am

Postby dcz » Sun Sep 02, 2007 12:08 pm

Thanks ;)

Well, you do not have to bother this much about the plug-ins for your forum, they are meant to add listing from over parts of the web site.

The mod does list 100% of phpBB public content.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19930
Joined: Fri Apr 28, 2006 9:03 pm


Return to GYM Sitemaps phpBB2

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests


 
cron