Url amigables en Vbulletin 4.2.2

  • Autor Autor pepolini
  • Fecha de inicio Fecha de inicio
pepolini

pepolini

Gamma
Social Media
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenas a todos compañeros,

Me estoy encontrando con el problema, de que al activar la version URLs amigables con mod Rewrite, no va pero ni de coña.


Leyendo y leyendo, dicen que hay que modificar el .htaccess, pero nada, lo que he visto por ahí nada funciona.
Y para colmo, en la carpeta do_not_upload no me viene ningun archivo .htaccess. Por favor, alguien puede echarme un cable?

Muchas gracias de antemano!!
 
@pepolini buenas amigo estas usando la versión con Licencia o es una Nulled, por que es extraño que en dicha carpeta no se encuentre el archivo mencionado.
 
Última edición:
[MENTION=1233]pepolini[/MENTION] buenas amigo estas usando la versión con Licencia o es una Nulled, por que es extraño que en dicha carpeta no se encuentre el archivo mencionado.

Hola compañero, estoy usando la versión oficial, licencia comprada. El tema del archivo, ya lo he encontrado, era cosa de mi mac que me ocultaba archivos con un . delante.

Bueno, lo he subido, pero me sigue tirando error NOT FOUND : ( ¿Alguna sugerencia de lo que puede estar fallando por favor?

El contenido de mi htacces es:
Insertar CODE, HTML o PHP:
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0

RewriteEngine on

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/


# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews


RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d


RewriteRule ^.*$ - [NC,L]


# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]


RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d


RewriteRule ^.*$ - [NC,L]


# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]


# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]
 
Última edición:
Deja solo esto


Insertar CODE, HTML o PHP:
RewriteEngine on

# This file is only needed if you have set the Forum Component URL in your admincp and you are 
# using the mod_rewrite option for friendly urls.  If this is the case, copy this file
# to your forum component stub directory.

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory.
# RewriteBase /forum-stub-directory/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
 
Deja solo esto


Insertar CODE, HTML o PHP:
RewriteEngine on

# This file is only needed if you have set the Forum Component URL in your admincp and you are 
# using the mod_rewrite option for friendly urls.  If this is the case, copy this file
# to your forum component stub directory.

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory.
# RewriteBase /forum-stub-directory/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]

Hola Betas, al final he optado por poner el Dragon Byte Seo, el compañero 4ngeluxpunk me está echando un cable al respecto!!
 
Ojo con esos plugins que el dia que no son mas soportados o bien decidas instalarlo sera un dolor de cabeza hacer reglas .htaccess para las viejas URLs
 
Atrás
Arriba