Jump to content

"Solucionado" Url Amigable prestashop 1.5


corcelespi

Recommended Posts

Desactiva y vuelve activar las urls amigables, y el .htaccess se te regenerara automaticamente. (Si no fuera el caso, sube un fichero .htaccess vacio al directorio raiz de tu tienda, y desactiva y activa las urls amigables)

Link to comment
Share on other sites

Claro que tambien te sale el mensaje, como si no te detectara el mod_rewrite en tu hosting, en algunos hosting ha pasado, pero si ha dejado regenerarlas, era por otro tema, pero otras veces es por que no tienes directamente instalada la extensión para las urls amigables en tu hosting.

Link to comment
Share on other sites

Esto me sale en mi .htaccess

 

 

 

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution

# http://www.prestashop.com - http://www.prestashop.com/forums

 

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{HTTP_HOST} ^localhost$

RewriteRule . - [E=REWRITEBASE:/prestashop/]

RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

 

 

</IfModule>

 

#If rewrite mod isn't enabled

ErrorDocument 404 /prestashop/index.php?controller=404

 

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

Link to comment
Share on other sites

Como comentas que estas en local con Wamp

 

En el menu de Wamp

 

wamppp.png

 

Abre el httpd.conf

 

Busca esto:

 

LoadModule rewrite_module modules/mod_rewrite.so

 

Y revisa que no lo tengas asi:

 

#LoadModule rewrite_module modules/mod_rewrite.so

 

(Vamos que no lo tengas comentado)

Link to comment
Share on other sites

Esto me sale en mi .htaccess

 

 

 

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution

# http://www.prestashop.com - http://www.prestashop.com/forums

 

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{HTTP_HOST} ^localhost$

RewriteRule . - [E=REWRITEBASE:/prestashop/]

RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

 

 

</IfModule>

 

#If rewrite mod isn't enabled

ErrorDocument 404 /prestashop/index.php?controller=404

 

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 

En el .htaccess te deberian salir mas cosas )

 

Vuelve a desactivar y activar las urls amigables, y veras como te lo rellena.

Link to comment
Share on other sites

Genial amigo solucionado muchas gracias Master era de cambiar esa linea te agradezco, estoy realizando en modo local para pasarlo a internet si tengo problemas me echas una ayudita plis :)

 

Un placer ayudarte y servirte!

 

Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro.

 

Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso.

 

PD: No se te olvide presentarte en la sección oficial de presentaciones del foro Español: http://www.prestashop.com/forums/topic/193399-bienvenido-al-foro-presentate-aqui/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...