Error

The GYM Sitemaps & RSS module for phpBB. Sitemaps and RSS feeds for Google Yahoo! and MSN Live, support, add ons etc ...

Moderator: Moderators

Re: Error

Postby santocool » Wed Aug 19, 2009 5:28 pm

I did it and still sitemapindex.xml is not found.

I still wonder why -www.colombianwarez.com/sitemap.php is workin and -www.colombianwarez.com/sitemapindex.xml is not working.

I've checked everything and it looks perfect, also made the steps you told me and everything went alright but the sitemapindex.xml is not working :S

Regards.
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Advertisement

Re: Error

Postby Autinhyeu » Wed Aug 19, 2009 5:40 pm

santocool wrote:I did it and still sitemapindex.xml is not found.

I still wonder why -www.colombianwarez.com/sitemap.php is workin and -www.colombianwarez.com/sitemapindex.xml is not working.

I've checked everything and it looks perfect, also made the steps you told me and everything went alright but the sitemapindex.xml is not working :S

Regards.

my problem is the similar that :|
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Re: Error

Postby Typo » Thu Aug 20, 2009 8:54 am

DCZ (the site owner) should be back tomorrow so we should have a whole new insight into this problem.

Just hang in there.

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 346
Joined: Sun Jan 18, 2009 11:33 am

Re: Error

Postby dcz » Sat Aug 22, 2009 10:56 am

santocool wrote:I still wonder why -www.colombianwarez.com/sitemap.php is workin and -www.colombianwarez.com/sitemapindex.xml is not working.


Since -www.colombianwarez.com/rss/news/rss.xml works, I assume that you have a physical file named sitemapindex.xml (if so delete it) at the same level as sitemap.php or that you have an .htacess implementation issue. Generating a new .htaccess the same way you did when installing the Ultimate SEO url mod's .htaccess should as well sort all this out.

++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: Error

Postby santocool » Sat Aug 22, 2009 3:56 pm

Nope I don't have a file named sitemapindex.xml
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby dcz » Sun Aug 23, 2009 2:52 pm

As mentionned in the install, these :
Code: Select all
#####################################################
# GYM Sitemaps & RSS
# Global channels
RewriteRule ^rss(/(news)+)?(/(digest)+)?(/(short|long)+)?/?$ /gymrss.php?channels&$2&$4&$6 [QSA,L,NC]
# HTML Global news & map
RewriteRule ^(news|maps)/?(page([0-9]+)\.html)?$ /map.php?$1&start=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################

should be placed after :
Code: Select all
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES


But you might as well just generate a new .htaccess directly since it will do the job as well ;)


++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: Error

Postby santocool » Mon Aug 24, 2009 8:42 pm

still not working :s
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby santocool » Mon Aug 24, 2009 8:49 pm

In my forums footer I put the link to simemapindex.xml but I changed it to sitemap.php as .php is working perfect!

Don't know what else to do.
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby dcz » Wed Aug 26, 2009 2:35 pm

mm, strange, have you generated a new .htaccess ?

Additionally try to un-comment (remove the #) :
Code: Select all
# Options -MultiViews


++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: Error

Postby santocool » Wed Aug 26, 2009 4:23 pm

Nope because I don't know how to gerenate a new .htaccess and the info in the .htaccess for the SEO?

If I generate a new .htaccess which I don't know how to do it. what happens with the lines I have in the .htaccess im using right now?
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby Typo » Wed Aug 26, 2009 11:20 pm

If you dont have any special rules in your htaccess than what you do is take the new code it gives you and replace the existing .htaccess with it.

To generate a new htaccess go into the ACP, PHPBB SEO, The URL ReWriting Settings, .htaccess .

I will give you a new htaccess that you can copy and paste into the existing one, overwriting the old one.

Just to be safe tho. Show us the contents of your current .htaccess so that we can tell you if you need to save any of the lines.

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 346
Joined: Sun Jan 18, 2009 11:33 am

Re: Error

Postby santocool » Thu Aug 27, 2009 1:23 am

This is my .htaccess right now:

Code: Select all

# 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 lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
# RewriteCond %{HTTP_HOST} !^www\.colombianwarez\.com$ [NC]
# RewriteRule ^(.*)$ http://www.colombianwarez.com/$1 [QSA,L,R=301]

# DO NOT GO FURTHER IF THE REQUESTED FILE / DIR DOES EXISTS
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
#####################################################
# PHPBB SEO REWRITE RULES ALL MODES
#####################################################
# 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 ALL MODES
RewriteRule ^(forum|[a-z0-9_-]*-f)([0-9]+)(-([0-9]+))?\.html$ /viewforum.php?f=$2&start=$4 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER ALL MODES
RewriteRule ^(forum|[a-z0-9_-]*-f)([0-9]+)/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$2&t=$4&start=$6 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER ALL MODES
RewriteRule ^announces/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$2&start=$4 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM ALL MODES
RewriteRule ^([a-z0-9_-]*)/?(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?forum_uri=$1&t=$3&start=$5 [QSA,L,NC]
# PHPBB FILES ALL MODES
RewriteRule ^resources/[a-z0-9_-]+/(thumb/)?([0-9]+)$ /download/file.php?id=$2&t=$1 [QSA,L,NC]
# PROFILES ALL MODES WITH ID
RewriteRule ^(member|[a-z0-9_-]*-u)([0-9]+)\.html$ /memberlist.php?mode=viewprofile&u=$2 [QSA,L,NC]
# USER MESSAGES ALL MODES WITH ID
RewriteRule ^(member|[a-z0-9_-]*-u)([0-9]+)-(topics|posts)(-([0-9]+))?\.html$ /search.php?author_id=$2&sr=$3&start=$5 [QSA,L,NC]
# GROUPS ALL MODES
RewriteRule ^(group|[a-z0-9_-]*-g)([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$2&start=$4 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^active-topics(-([0-9]+))?\.html$ /search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^unanswered(-([0-9]+))?\.html$ /search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^newposts(-([0-9]+))?\.html$ /search.php?search_id=newposts&start=$2&sr=topics [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

#####################################################
# GYM Sitemaps & RSS
# Global channels
RewriteRule ^rss(/(news)+)?(/(digest)+)?(/(short|long)+)?/?$ /gymrss.php?channels&$2&$4&$6 [QSA,L,NC]
# HTML Global news & maps
RewriteRule ^(news|maps)/?(page([0-9]+)\.html)?$ /map.php?$1&start=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################

# FORUM WITHOUT ID & DELIM ALL MODES (SAME DELIM)
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9_-]+)(-([0-9]+))\.html$ /viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9_-]+)\.html$ /viewforum.php?forum_uri=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################

#####################################################
# GYM Sitemaps & RSS
# HTML Module additional modes
RewriteRule ^(news|maps)/([a-z0-9_-]+)(/([a-z0-9_-]+))?/?(page([0-9]+)\.html)?$ /map.php?$2=$4&$1&start=$6 [QSA,L,NC]
# Main feeds & channels
RewriteRule ^rss(/(news)+)?(/(digest)+)?(/(short|long)+)?(/([a-z0-9_-]+))?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$9=$8&$2&$4&$6&gzip=$10 [QSA,L,NC]
# Module feeds
RewriteRule ^[a-z0-9_-]*-[a-z]{1}([0-9]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$8=$1&$3&$5&$7&gzip=$9 [QSA,L,NC]
# Module feeds without ids
RewriteRule ^([a-z0-9_-]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?nametoid=$1&$3&$5&$7&modulename=$8&gzip=$9 [QSA,L,NC]
# Google SitemapIndex
RewriteRule ^sitemapindex\.xml(\.gz)?$ /sitemap.php?gzip=$1 [QSA,L,NC]
# Module cat sitemaps
RewriteRule ^[a-z0-9_-]+-([a-z]{1})([0-9]+)\.xml(\.gz)?$ /sitemap.php?module_sep=$1&module_sub=$2&gzip=$3 [QSA,L,NC]
# Module sitemaps
RewriteRule ^([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /sitemap.php?$1=$2&gzip=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################


Could you please put down a new .htaccess with the info I need just to replace the one I'm using right now.

THanks a lot!
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby santocool » Thu Aug 27, 2009 1:36 am

santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

Re: Error

Postby Typo » Thu Aug 27, 2009 12:06 pm

Simply replace the existing .htaccess with the new one.

Replace the whole thing with a newly generated one. I cannot do it for you because the .htaccess you see when you go into that screen is generated in real time based on the setting choices you have made.

Typo
User avatar
Typo
phpBB SEO Team
phpBB SEO Team
 
Posts: 346
Joined: Sun Jan 18, 2009 11:33 am

Re: Error

Postby santocool » Thu Aug 27, 2009 1:17 pm

The one I see when I go to ACP?
santocool
 
Posts: 39
Joined: Fri Feb 20, 2009 4:56 pm

PreviousNext

Return to GYM Sitemaps & RSS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests