Verifica que hayas colocado el .htaccess como corresponde y que tu server tenga habilitado el mod rewrite
Aqui te dejo un post que te puede ayudar a sacarte algunas dudas
http://www.vbhispano.com/foros/f36/h..._rewrite-8233/
Esta es una discusión para el tema vBSEO error 404 al entrar en los hilos en el foro vBSEO, bajo la categoría Soporte para Productos/Plugins; Hola buenas pues decidi poner el vbseo y lo instale resulta que puedo entrar en el foro el portal etc.. pero cuanto intento entrar en un hilo me da error 404 alguien sabe cual puede ...
Página:
Hola buenas pues decidi poner el vbseo y lo instale resulta que puedo entrar en el foro el portal etc.. pero cuanto intento entrar en un hilo me da error 404 alguien sabe cual puede ser el error ??
a ver si me pueden echar una manita.
www.subirimagentotal.com
My canal you tube con vídeo tutoriales de vbulletin
Unos dicen lo que saben y otros saben lo que dicen
Verifica que hayas colocado el .htaccess como corresponde y que tu server tenga habilitado el mod rewrite
Aqui te dejo un post que te puede ayudar a sacarte algunas dudas
http://www.vbhispano.com/foros/f36/h..._rewrite-8233/
Perdon por renovar el tema que debe ser medio viejo, no.. Pero yo tengo activado el mod_rewrite en mi host, hice la prueba y todo y me funciona..
Pero a la hora de entrar en el foro me tira error, asi que debe ser el archivo .htaccess, no? soy nuevo en vbseo..
dejo el código que tiene mi archivo .htaccess
uso 000webhost, pero como dije antes, funciona bien el mod_rewrite y tengo un sistema de errores 404, 500, etc en mi web que funciona tranquilamente.Código:# 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 / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Espero una respuesta porque NADIE sabe dar una respuesta y me esta volviendo loco!
Muchas gracias.
/edit los permisos del archivo .htaccess tambien los cambie y nada..
Contacta a tu provedor de hosting ,si tu hospedaje es compartido ,el error 500 muchas veces solo ellos lo puede solucionar.
Saludos.
Mi Blog 1: http://www.bmwfaq.com/blogs/danny/
Mi Blog 2: http://www.vbseo.com/blogs/danny-bembibre/
Mi Web: http://www.bmwfaq.com
Mi Web: http://tweetboard.com
listo, ya lo arreglé, por mas que cambiara el dominio y sacara los "#" del principio.. tenía que agregar este..
Sino, no me funcinaba..Código:# 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
Espero que le sirva para los que tienen ese problema..
El codigo completo lo deje asi:
Saludos y muchas gracias!Código:# 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\.stargamesarg\.com.ar RewriteRule (.*) http://www.stargamesarg.com.ar/foro/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]