Simple Machines Community Forum

SMF Support => Language Specific Support => Español (Spanish) => Topic started by: alex84 on January 07, 2013, 04:15:20 PM

Title: Problema URLs SMF 2.0.3
Post by: alex84 on January 07, 2013, 04:15:20 PM
Hola a todos,

Soy nuevo en el mundillo de los foros SMF.

El caso es que he instalado la versión 2.0.3 y lo que quiero es que las urls me queden amigables, que adquieran en el valor de sus títulos.

He instalado todos los mods posibles que en teoría hacen esto y no he visto ningún resultado.

No se si será problema de la versión SMF o que.

¿Alguien puede ayudarme?

Muchas gracias.
Title: Re: Problema URLs SMF 2.0.3
Post by: lapipichapa on January 07, 2013, 04:22:15 PM
Solo es cosa de .htaccess , nada de otro mundo
Title: Re: Problema URLs SMF 2.0.3
Post by: alex84 on January 07, 2013, 04:25:51 PM
Solo veo un .htaccess en la carpeta packages. ¿es ese?

Si es así, ¿por favor me podéis decir que debo poner?

Muchisimas gracias
Title: Re: Problema URLs SMF 2.0.3
Post by: 4Kstore on January 07, 2013, 04:28:06 PM
Cuales son los mods que instalaste?
Title: Re: Problema URLs SMF 2.0.3
Post by: lapipichapa on January 07, 2013, 04:31:33 PM
Quote from: alex84 on January 07, 2013, 04:25:51 PM
Solo veo un .htaccess en la carpeta packages. ¿es ese?

Si es así, ¿por favor me podéis decir que debo poner?

Muchisimas gracias
Por ejemplo, vamos a cambiar la url del registro:


RewriteEngine On
RewriteBase /

RewriteRule ^registro$ index.php?action=register [NC,L]



es un ejemplo
Title: Re: Problema URLs SMF 2.0.3
Post by: alex84 on January 07, 2013, 04:32:59 PM
Pues tengo subidos:

SMFPacks: SEO Lite Mod

Advance SEF URLs

Esos no me tiraban ningún error pero no hacian nada.

Puedo activar cualquiera de los dos y poner lo que me digais en el .htaccess

Gracias de nuevo.
Title: Re: Problema URLs SMF 2.0.3
Post by: 4Kstore on January 07, 2013, 04:44:18 PM
Asegurate de desinstalar esos 2 mods y despues instala el PrettyUrls: http://custom.simplemachines.org/mods/index.php?mod=636
Title: Re: Problema URLs SMF 2.0.3
Post by: alex84 on January 07, 2013, 04:54:56 PM
me tira esto:

Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

¿Problemas por la versión?
Title: Re: Problema URLs SMF 2.0.3
Post by: 4Kstore on January 07, 2013, 05:02:10 PM
Mas abajo de eso te dice cuales son los conflictos y para solucionarlos deberias utilizar el parser del mod.
Para saber como usar el parser y que es te recomiendo buscar en este foro.
Saludos
Title: Re: Problema URLs SMF 2.0.3
Post by: alex84 on January 07, 2013, 05:04:46 PM
¿te refieres a esto?

      Type    Action    Description
   1.    Execute Modification    SMF2-0/Sources.xml    Modification parse error
   2.    Execute Modification    SMF2-0/Sources.xml    Modification parse error
   3.    Execute Modification    SMF2-0/BoardsAndTopics.xml    Modification parse error
   4.    Execute Modification    SMF2-0/BoardsAndTopics.xml    Modification parse error
   5.    Execute Modification    SMF2-0/Themes.xml    Modification parse error
   6.    Execute Modification    SMF2-0/Themes.xml    Modification parse error
*    7.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
   8.    Extract File    ./Sources/PrettyUrls.php    
   9.    Extract File    ./Sources/PrettyUrls-Filters.php    
   10.    Extract File    ./Sources/PrettyUrls-Tests.php    
   11.    Extract File    ./Sources/Subs-PrettyUrls.php    
   12.    Extract File    ./Themes/default/PrettyUrls.template.php    
   13.    Extract Tree    ./Themes/default/pretty    
   14.    Extract File    ./Themes/default/languages/PrettyUrls.english.php    
   15.    Adapt Database    SMF2-0/install.php    
Title: Re: Problema URLs SMF 2.0.3
Post by: 4Kstore on January 07, 2013, 07:57:22 PM
Podes dejar una captura de eso?
Me parece que tenes mal puesta alguna configuracion en tu foro.