Página 1 de 1

problema con phpBB SEO Ultimate SEO URL 0.6.0

Publicado: 13 Ago 2009, 13:11
por jakk
hola, he instalado el seo mod que puso alorse en el foro de mods en castellano , no me dio ningun tipo de error durante la instalacion , asta ahi bien , ahora el problema es cuando creo el htacess personalizado , lo pego en el htacess original pero al intentar acceder a cualquier pagina me tira error 500 , el problema tiene que ser del hcacess , alguien sabe que puedo hacer para solucionar esto?

Re: problema con phpBB SEO Ultimate SEO URL 0.6.0

Publicado: 14 Ago 2009, 03:43
por Alorse
Limpia el cache y borralo tambien manualmente de la carpeta que esta en el root, luego ve de nuevo a las opciones del SEO mod y vuelve a enviar el .htaccess, ahora bajalo de la carpeta de phpbb_seo/cache y sube ese mismo archivo al index, haber si aun te muestra el error.

Re: problema con phpBB SEO Ultimate SEO URL 0.6.0

Publicado: 14 Ago 2009, 06:16
por jakk
nada sigue igual
me sale esto

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

Please contact the server administrator, 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.

Re: problema con phpBB SEO Ultimate SEO URL 0.6.0

Publicado: 19 Ago 2009, 23:32
por jakk
bueno despues de subirlo al servidor desaparecio ese problema , pero ahora me encuentro con otro problema.

aver si me explico bien , al entrar en un foro se come el directorio donde esta instalado el foro , x ejemplo, al pinchar para entrar en el foro de antivirus deveria mandarme a http://www.gratis-programas.co.cc/desca ... ivirus-f3/ y sin envargo me redirecciona a http://www.gratis-programas.co.cc/antivirus-f3/ con lo cual me da error 404 , si añado manualmente descargas me entra sin problemas, y el seo funciona.
Supongo que será el htacess , lo pego aquí aver si alguien sabe donde ouede estar el fallo

Código: Seleccionar todo

# 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\.gratis-programas\.co\.cc$ [NC]
# RewriteRule ^(.*)$ http://www.gratis-programas.co.cc/$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 ^forum\.html$ /descargas/index.php [QSA,L,NC]
# FORUM ALL MODES
RewriteRule ^(forum|[a-z0-9_-]*-f)([0-9]+)/?(page([0-9]+)\.html)?$ /descargas/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$ /descargas/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$ /descargas/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$ /descargas/viewtopic.php?forum_uri=$1&t=$3&start=$5 [QSA,L,NC]
# PHPBB FILES ALL MODES
RewriteRule ^resources/[a-z0-9_-]+/(thumb/)?([0-9]+)$ /descargas/download/file.php?id=$2&t=$1 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^member/([^/]+)/?$ /descargas/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /descargas/search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS ALL MODES
RewriteRule ^(group|[a-z0-9_-]*-g)([0-9]+)(-([0-9]+))?\.html$ /descargas/memberlist.php?mode=group&g=$2&start=$4 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /descargas/viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^active-topics(-([0-9]+))?\.html$ /descargas/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^unanswered(-([0-9]+))?\.html$ /descargas/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^newposts(-([0-9]+))?\.html$ /descargas/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ /descargas/memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

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