phnc Posted April 1, 2016 Share Posted April 1, 2016 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 generated again Conviene hacer la instalación nueva de prestashop e instalar el theme? Que otra solución existe para ese error? Muchas Gracias Paola Link to comment Share on other sites More sharing options...
Recommended Posts