jlcarpintero Posted August 15, 2014 Share Posted August 15, 2014 Hola, tengo un blog con el modulo prestablog integrado en prestashop, pero no soy capaz de poner las url-amigables. Siempre que voy a cualquier pagina del blog debira salir asi, por ejemplo: /blog/134-preguntas-frecuentes-ahorrador-electrico-industrial Y cuando pincho se dirige a: /blog134-preguntas-frecuentes-ahorrador-electrico-industrial?fc=module&module=psblog&controller=posts&post=134 En el archivo httascess esta el código que supuestamente debería hacer que funcione: #start_prestablog - not remove this comment RewriteRule ^(.*)blog$ /index.php?fc=module&module=psblog&controller=posts [QSA,L] RewriteRule ^(.*)blog/([0-9]+)\-([a-zA-Z0-9-]*) /index.php?fc=module&module=psblog&controller=posts&post=$2 [QSA,L] RewriteRule ^(.*)blog/category/([0-9]+)\-([a-zA-Z0-9-]*) /index.php?fc=module&module=psblog&controller=posts&category=$2 [QSA,L] #end_prestablog ¿Alguna solución a este problema? , muchas gracias! Link to comment Share on other sites More sharing options...
Oiaiubi Posted February 21, 2015 Share Posted February 21, 2015 ¿conseguiste que funcionara? tengo el mismo problema... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now