| :: |
| Author |
Message |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 226
|
|
| Back to top |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14779
|
|
| Back to top |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: Mon Jul 14, 2008 3:15 pm Post subject: Re: Problem with Forums URLs without Ids |
|
|
Nothing yet  |
|
|
| Back to top |
|
 |
brucey
Joined: 07 Jun 2008 Posts: 34
|
Posted: 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
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

Joined: 15 Mar 2006 Posts: 3482
|
|
| Back to top |
|
 |
brucey
Joined: 07 Jun 2008 Posts: 34
|
Posted: 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

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: 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 |
|
 |
|
|