Código httacces:
Ver original
# 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 ADD THE WWW PREFIXE REDIRECTION ##################################################### # PHPBB SEO REWRITE RULES - ADVANCED ##################################################### # AUTHOR : dcz www.phpbb-seo.com # STARTED : 01/2006 # TRADUCCION: Alorse www.phpbb-es.com ################################# # FORUMS PAGES ############### # FORUM INDEX RewriteRule ^/forum\.html$ /phpbb3/index.php [QSA,L,NC] # FORUM RewriteRule ^/[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ /phpbb3/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$ /phpbb3/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC] # GLOBAL ANNOUNCES WITH VIRTUAL FOLDER RewriteRule ^/announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpbb3/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$ /phpbb3/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC] # PROFILES SIMPLE RewriteRule ^/member([0-9]+)\.html$ /phpbb3/memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC] # USER MESSAGES SIMPLE RewriteRule ^/member([0-9]+)-(topics|posts)(-([0-9]+))?\.html$ /phpbb3/search.php?author_id=$1&sr=$2&start=$4 [QSA,L,NC] # GROUPS SIMPLE RewriteRule ^/group([0-9]+)(-([0-9]+))?\.html$ /phpbb3/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC] # POST RewriteRule ^/post([0-9]+)\.html$ /phpbb3/viewtopic.php?p=$1 [QSA,L,NC] # ACTIVE TOPICS RewriteRule ^/active-topics(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC] # UNANSWERED TOPICS RewriteRule ^/unanswered(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC] # NEW POSTS RewriteRule ^/newposts(-([0-9]+))?\.html$ /phpbb3/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC] # THE TEAM RewriteRule ^/the-team\.html$ /phpbb3/memberlist.php?mode=leaders [QSA,L,NC] # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES # FORUM WITHOUT ID & DELIM # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^/([a-z0-9_-]+)(-([0-9]+))\.html$ /phpbb3/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^/([a-z0-9_-]+)\.html$ /phpbb3/viewforum.php?forum_uri=$1 [QSA,L,NC] # END PHPBB PAGES #####################################################
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