Página 1 de 1

Ayuda Error 404 phpbb seo ultimate url

Publicado: 11 Feb 2012, 17:52
por MasterHand
URL: http://gfx-spain.nixiweb.com/Foro/
Versión phpBB: 3.0.10
MODs Instalados: Phpbb seo premod
Plantilla(s) usada(s): Artodia Black
Servidor: Gratuito , Nixiweb.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL del MOD:: http://downloads.phpbb-seo.com/seo-url- ... od-48.html

Mi problema es que le tengo instalado, lo hice usando el phpbb seo premod, lo que pasa es que configuro todo siguiendo un tuto de alorse, modifico el .htaccess y todo bien, menos que cuando pulso algun foro me salta un error 404,habia pensado que quizas era porque mo foro estaba en la carpeta public_html/foro , asi que probe cambiando en el htaccess config.php a Foro/config.php en las primeras lineas y nada, espero que puedan ayudarme saludos.

Re: Ayuda Error 404 phpbb seo ultimate url

Publicado: 11 Feb 2012, 18:31
por Makoto
es cuando generas el .htaccess u_U haber pon aqui tu .htaccess generado por el mod

Re: Ayuda Error 404 phpbb seo ultimate url

Publicado: 11 Feb 2012, 20:02
por MasterHand
Esto me sale:

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
    # Uncomment the statement below if you want to make use of
    # HTTP authentication and it does not already work.
    # This could be required if you are for example using PHP via Apache CGI.
    # RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    # REWRITE BASE
    RewriteBase /
    # HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
    # RewriteCond %{HTTP_HOST} !^gfx-spain\.nixiweb\.com$ [NC]
    # RewriteRule ^(.*)$ http://gfx-spain.nixiweb.com/$1 [QSA,L,R=301]

    # DO NOT GO FURTHER IF THE REQUESTED FILE / DIR DOES EXISTS
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    #####################################################
    # PHPBB SEO REWRITE RULES ALL MODES
    #####################################################
    # AUTHOR : dcz http://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 ^Foro/forum\.html$ /Foro/index.php [QSA,L,NC]
    # FORUM ALL MODES
    RewriteRule ^Foro/(forum|[a-z0-9_-]*-f)([0-9]+)(-([0-9]+))?\.html$ /Foro/viewforum.php?f=$2&start=$4 [QSA,L,NC]
    # TOPIC WITH VIRTUAL FOLDER ALL MODES
    RewriteRule ^Foro/(forum|[a-z0-9_-]*-f)([0-9]+)/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /Foro/viewtopic.php?f=$2&t=$4&start=$6 [QSA,L,NC]
    # TOPIC WITHOUT FORUM ID & DELIM ALL MODES
    RewriteRule ^Foro/([a-z0-9_-]*)/?(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /Foro/viewtopic.php?forum_uri=$1&t=$3&start=$5 [QSA,L,NC]
    # PHPBB FILES ALL MODES
    RewriteRule ^Foro/resources/[a-z0-9_-]+/(thumb/)?([0-9]+)$ /Foro/download/file.php?id=$2&t=$1 [QSA,L,NC]
    # PROFILES THROUGH USERNAME
    RewriteRule ^Foro/member/([^/]+)/?$ /Foro/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
    # USER MESSAGES THROUGH USERNAME
    RewriteRule ^Foro/member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /Foro/search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
    # GROUPS ALL MODES
    RewriteRule ^Foro/(group|[a-z0-9_-]*-g)([0-9]+)(-([0-9]+))?\.html$ /Foro/memberlist.php?mode=group&g=$2&start=$4 [QSA,L,NC]
    # POST
    RewriteRule ^Foro/post([0-9]+)\.html$ /Foro/viewtopic.php?p=$1 [QSA,L,NC]
    # ACTIVE TOPICS
    RewriteRule ^Foro/active-topics(-([0-9]+))?\.html$ /Foro/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
    # UNANSWERED TOPICS
    RewriteRule ^Foro/unanswered(-([0-9]+))?\.html$ /Foro/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
    # NEW POSTS
    RewriteRule ^Foro/newposts(-([0-9]+))?\.html$ /Foro/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
    # UNREAD POSTS
    RewriteRule ^Foro/unreadposts(-([0-9]+))?\.html$ /Foro/search.php?search_id=unreadposts&start=$2 [QSA,L,NC]
    # THE TEAM
    RewriteRule ^Foro/the-team\.html$ /Foro/memberlist.php?mode=leaders [QSA,L,NC]
    # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

    # FORUM WITHOUT ID & DELIM ALL MODES
    # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^Foro/([a-z0-9_-]+)(-([0-9]+))\.html$ /Foro/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^Foro/([a-z0-9_-]+)\.html$ /Foro/viewforum.php?forum_uri=$1 [QSA,L,NC]
    # FIX RELATIVE PATHS : FILES
    RewriteRule ^Foro/.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /Foro/$1 [QSA,L,NC,R=301]
    # FIX RELATIVE PATHS : IMAGES
    RewriteRule ^Foro/.+/(styles/.*|images/.*)/$ /Foro/$1 [QSA,L,NC,R=301]
    # END PHPBB PAGES
    #####################################################

Re: Ayuda Error 404 phpbb seo ultimate url

Publicado: 11 Feb 2012, 20:10
por Makoto
reemplaza ^Foro/ por ^/ o ^ con uno de estos te sale 8-)