Ayuda !! al instalar Vbadvance me genera un error en los posts

  • Autor Autor gohanjaja
  • Fecha de inicio Fecha de inicio
G

gohanjaja

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenas queria saber por q me pasa esto:

Ya instalé el advance portal ahora, cuando quiero entrar a un post, no lo encuentra...

Mi web :

http://haydetodo.net

HTTP - 404 Page Not Found
Sorry, the page you were looking for cannot be found.
 
Yo lo veo funcional tu foro. ¿Lo has solucionado ya?
 
También entre al foro y lo vi normal, si lo solucionaste, marca el tema como solucionado y si posible, publica por aqui la solución al problema para que le sirva a otras personas.
 
Si lo q hice fue editar el .htaccess de la web.

lo deje así:

Insertar CODE, HTML o PHP:
 Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /foro/

RewriteCond %{HTTP_HOST} !^www\.haydetodo\.net
RewriteRule (.*) http://www.haydetodo.net/foro/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 
Atrás
Arriba