Tema: phpbb SEO
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/03/2010, 14:51
Avatar de HiToGoRoShi
HiToGoRoShi
 
Fecha de Ingreso: abril-2008
Mensajes: 849
Antigüedad: 16 años
Puntos: 31
phpbb SEO

Que tal amigos, instale el SEO y me trajo un par de errores pero ya los solucione.... asi que lo hago correr y le doy mod rewrite en TRUE y perfecto ete trabaja, el problema esta en que dar click a un foro o tema me dice ESTA PAGINA NO SE ENCUENTRA..... ya nose que hacer este mi HTACCES



Código httacces:
Ver original
  1. # Lines That should already be in your .htacess
  2.     <Files "config.php">
  3.     Order Allow,Deny
  4.     Deny from All
  5.     </Files>
  6.     <Files "common.php">
  7.     Order Allow,Deny
  8.     Deny from All
  9.     </Files>
  10.  
  11.     # You may need to un-comment the following lines
  12.     # Options +FollowSymlinks
  13.     # To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
  14.     # Options -MultiViews
  15.     # REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
  16.     RewriteEngine On
  17.     # REWRITE BASE
  18.     RewriteBase /
  19.     # HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION
  20.  
  21.     #####################################################
  22.     # PHPBB SEO REWRITE RULES - ADVANCED
  23.     #####################################################
  24.     # AUTHOR : dcz www.phpbb-seo.com
  25.     # STARTED : 01/2006
  26.     # TRADUCCION: Alorse www.phpbb-es.com
  27.     #################################
  28.     # FORUMS PAGES
  29.     ###############
  30.     # FORUM INDEX
  31.     RewriteRule ^/forum\.html$ /phpbb3/index.php [QSA,L,NC]
  32.     # FORUM
  33.     RewriteRule ^/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /phpbb3/viewforum.php?f=$1&start=$3 [QSA,L,NC]
  34.     # TOPIC WITH VIRTUAL FOLDER
  35.     RewriteRule ^/[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpbb3/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
  36.     # GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
  37.     RewriteRule ^/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpbb3/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
  38.     # TOPIC WITHOUT FORUM ID & DELIM
  39.     RewriteRule ^/([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpbb3/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
  40.     # PROFILES SIMPLE
  41.     RewriteRule ^/member([0-9]+)\.html$ /phpbb3/memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
  42.     # USER MESSAGES SIMPLE
  43.     RewriteRule ^/member([0-9]+)-(topics|posts)(-([0-9]+))?\.html$ /phpbb3/search.php?author_id=$1&sr=$2&start=$4 [QSA,L,NC]
  44.     # GROUPS SIMPLE
  45.     RewriteRule ^/group([0-9]+)(-([0-9]+))?\.html$ /phpbb3/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
  46.     # POST
  47.     RewriteRule ^/post([0-9]+)\.html$ /phpbb3/viewtopic.php?p=$1 [QSA,L,NC]
  48.     # ACTIVE TOPICS
  49.     RewriteRule ^/active-topics(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
  50.     # UNANSWERED TOPICS
  51.     RewriteRule ^/unanswered(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
  52.     # NEW POSTS
  53.     RewriteRule ^/newposts(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
  54.     # THE TEAM
  55.     RewriteRule ^/the-team\.html$ /phpbb3/memberlist.php?mode=leaders [QSA,L,NC]
  56.     # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
  57.  
  58.     # FORUM WITHOUT ID & DELIM
  59.     # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
  60.     RewriteCond %{REQUEST_FILENAME} !-f
  61.     RewriteRule ^/([a-z0-9_-]+)(-([0-9]+))\.html$ /phpbb3/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
  62.     RewriteCond %{REQUEST_FILENAME} !-f
  63.     RewriteRule ^/([a-z0-9_-]+)\.html$ /phpbb3/viewforum.php?forum_uri=$1 [QSA,L,NC]
  64.     # END PHPBB PAGES
  65.     #####################################################

Intente usando otra instalacion en un foro local, en ves de mofiicar los archivos 1 x 1 lo instale directamente copiando tlosa rchivos modificados... igual no se abren la pagina, e incluso baje la ultima version del SEO con el phpbb incluido, es decir un FORO desde 0 VIRGEN y tampoco me funciono....

Porsiaca mi foro se encuentra en una subcareta y no en la raiz

Y todas las pruebas fue en mi localhost