Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/04/2016, 15:11
ayudaporfa
 
Fecha de Ingreso: enero-2007
Ubicación: Bolivia
Mensajes: 13
Antigüedad: 17 años, 3 meses
Puntos: 0
ERR_TOO_MANY_REDIRECTS Prestashop

Buenas tardes

Quisiera hacer una consulta sobre el error

ERR_TOO_MANY_REDIRECTS


Sucede que se instaló una nueva plantilla en Prestashop y comenzó a aparecer el error mencionado.
Nos dimos cuenta que el .htaccess se sobre escribió pero ya se corrigió. También se tomaron las siguientes medidas:


1. Se desactivo el URL friendly
2. Se probó desactivando SSL y activando
3. Se limpió el caché desde el backoffice y manualmente


Se está trabajando bajo el directorio /ventas, y el .htaccess es el siguiente:



# ~~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>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

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

# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
RewriteRule . - [E=REWRITEBASE:/ventas/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff

#If rewrite mod isn't enabled
ErrorDocument 404 /ventas/index.php?controller=404

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




La re instalación de prestashop podría resolver el error?
El theme podría ser el error?


Muchas gracias!!
Saludos