phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Problem with Forums URLs without Ids
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
::  
Author Message
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Wed Jul 09, 2008 7:31 pm    Post subject: Problem with Forums URLs without Ids

Thanks to you, I succesfully installed this mod
It works fine but I set up my Forums URLs without Ids, just names and the sitemap and rss shows those URLs with Ids.
I don't know how to change it
Help me please
Thanks
Back to top
Visit poster's website
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 226

Problem with Forums URLs without IdsPosted: Wed Jul 09, 2008 7:44 pm    Post subject: Re: Problem with Forums URLs without Ids

delet cache in gym folder

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Wed Jul 09, 2008 8:22 pm    Post subject: Re: Problem with Forums URLs without Ids

I did and the forums URLs still have the IDs

Look at this:
http://www.comunidadholistica.org/tema-libre-f2.xml

It shows this URL
http://www.comunidadholistica.org/tema-libre2/para-compartir-t3403.html

When should show this URL
http://www.comunidadholistica.org/tema-libre/para-compartir-t3403.html
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 8:33 am    Post subject: Re: Problem with Forums URLs without Ids

mm, I need to look at this, but could you please try to clear gym's cache before, because, I don't have these here : http://phpbb3.phpbb-seo.net/the-english-speaking-demo-forum-f4.xml

or here : http://phpbb3.phpbb-seo.net/forum-sitemap.xml

_________________
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
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 2:25 pm    Post subject: Re: Problem with Forums URLs without Ids

Done
I've cleared gym's cache
Thanks

Maybe it'll be an acp setup problem (something what I didn't do) ???
Do you need what I public my .htaccess and acp's configuration ???
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 3:05 pm    Post subject: Re: Problem with Forums URLs without Ids

mm this id showing up is weird, I cannot reproduce the bug so far. Could you try to set mod rewrite type to none in GYM acp (at the main level, make sure it applies to the output types).


While testing, you should deactivate caching to see the result of new settings instantly.

_________________
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
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14779

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 3:36 pm    Post subject: Re: Problem with Forums URLs without Ids

I'm thinking about something, since it's doing the same in the rss feeds, could you try to replace :

Code:
if (!is_object($phpbb_seo)) {


with :

Code:
if (empty($phpbb_seo)) {


in gym_sitemaps/includes/gym_sitemaps.php and clear all caches ?

_________________
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
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 4:19 pm    Post subject: Re: Problem with Forums URLs without Ids

Thanks, I will do as you say and let you know if it works
Back to top
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 7:30 pm    Post subject: Re: Problem with Forums URLs without Ids

I tryed to set mod rewrite type to none in GYM acp and back again, clearing cache, but nothing

Then I made the replacement on gym_sitemaps.php but it doesn't work

This is my .htaccess
Code:
DirectoryIndex portal.php index.php index.html index.htm

# 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 /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

#####################################################
# Redirecciones Provisorias
#####################################################
Rewriterule ^(.*)-vt(.*).html$ viewtopic.php?t=$2 [NC]
Rewriterule ^(.*)-vp(.*).html$ viewtopic.php?p=$2 [NC]

#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX
RewriteRule ^foros\.html$ /index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(pagina([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 ^anuncios/[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?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^miembro/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^miembro/([^/]+)/(topics|posts)/?(pagina([0-9]+)\.html)?$ /search.php?author=$1&sr=$2&start=$4 [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 ^mensaje([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^temas-activos(-([0-9]+))?\.html$ /search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^temas-sin-respuesta(-([0-9]+))?\.html$ /search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^nuevos-mensajes(-([0-9]+))?\.html$ /search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^el-equipo\.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 [L,NC]
#########################################################
# END GYM Sitemaps & RSS            #
#########################################################

#########################################################
# GYM Sitemaps & RSS               #
#########################################################
# 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 [L,NC]
# Forum feeds
RewriteRule ^[a-z0-9_-]*-f([0-9]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$8=$1&$3&$5&$7&gzip=$9 [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 [L,NC]
# Google SitemapIndex
RewriteRule ^sitemapindex\.xml(\.gz)?$ /sitemap.php?gzip=$1 [L,NC]
# Forum sitemaps
RewriteRule ^[a-z0-9_-]+-f([0-9]+)\.xml(\.gz)?$ /sitemap.php?forum=$1&gzip=$2 [L,NC]
# Module sitemaps
RewriteRule ^([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /sitemap.php?$1=$2&gzip=$3 [L,NC]
#########################################################
# END GYM Sitemaps & RSS            #
#########################################################

# 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_-]+)/?(pagina([0-9]+)\.html)?$ /viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# END PHPBB PAGES
#####################################################


GYM ACP main level

Activate URL rewriting: Yes
URL rewriting type: Advanced
Activate the Zero Duplicate: Yes

If you need more information just ask
Thanks for your help
Back to top
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Thu Jul 10, 2008 7:55 pm    Post subject: Re: Problem with Forums URLs without Ids

dcz if you need my admin user & pass just ask for mp
I offer the same for FTP user & pass

If you need more information just ask
Thanks for your help
Back to top
Visit poster's website
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Mon Jul 14, 2008 3:15 pm    Post subject: Re: Problem with Forums URLs without Ids

Nothing yet Sad
Back to top
Visit poster's website
brucey



Joined: 07 Jun 2008
Posts: 34

Problem with Forums URLs without IdsPosted: Thu Jul 17, 2008 1:24 am    Post subject: Re: Problem with Forums URLs without Ids

Just to let you now I'm have the same problem

I use Mixed URLs and it seems to be using the names set by default. In fact, it's not even indexing all my forums Sad

Ive cleared the cache as well.

Another question, it's using prosilver, how do I use my default theme?
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

Problem with Forums URLs without IdsPosted: Thu Jul 17, 2008 9:20 am    Post subject: Re: Problem with Forums URLs without Ids

URL ?

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
brucey



Joined: 07 Jun 2008
Posts: 34

Problem with Forums URLs without IdsPosted: Thu Jul 17, 2008 2:08 pm    Post subject: Re: Problem with Forums URLs without Ids

My URL is -http://xxx-bb.org , I removed the links at the bottom for now, so just add sitemap.php to the end

I have also PM'd you admin log in if you want to have a look. It's all a bit confusing, but i'm pretty sure I have everything set correctly

Thanks
Back to top
ASLAN
PR0
PR0


Joined: 19 Nov 2007
Posts: 58
Location: Chile

Problem with Forums URLs without IdsPosted: Thu Jul 17, 2008 3:44 pm    Post subject: Re: Problem with Forums URLs without Ids

I made my own sitemap on PHP with corrects URLs of forums (without Ids).
http://www.comunidadholistica.org/sitemap.xml
I'm using GYM style.
I'll be waiting news about this bug.
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: