aldocampione Posted February 28, 2012 Share Posted February 28, 2012 Hallo I have a problem with prestashop 1.4.4.1 If use FRIENDLY URLS and if I try to reach a web page such as http://www.mysite.com/product.php?id_product=555 I get a TOO_MANY_REDIRECTS Does anybody have an idea on how to solve this problem ? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted February 28, 2012 Share Posted February 28, 2012 Hi aldocampione, Can you please post your URL so that we can take a look at this for you? -Mike Link to comment Share on other sites More sharing options...
aldocampione Posted February 28, 2012 Author Share Posted February 28, 2012 Hi aldocampione, Can you please post your URL so that we can take a look at this for you? -Mike Yes thank you www.silvanaccessorimoda.com/product.php?id_product=105 www.silvanaccessorimoda.com/product.php?id_product=116 www.silvanaccessorimoda.com/product.php?id_product=118 Link to comment Share on other sites More sharing options...
aldocampione Posted February 28, 2012 Author Share Posted February 28, 2012 Yes thank you www.silvanaccessorimoda.com/product.php?id_product=105 www.silvanaccessorimoda.com/product.php?id_product=116 www.silvanaccessorimoda.com/product.php?id_product=118 Also this site www.italianice.it/product.php?id_product=235 www.italianice.it/product.php?id_product=81 www.italianice.it/product.php?id_product=82 Link to comment Share on other sites More sharing options...
Mike Kranzler Posted February 28, 2012 Share Posted February 28, 2012 Hi aldo, If I go to your homepage and click on a product, everything seems to work fine. Those links you posted above would no longer be working because you've created Friendly URLs. If this is not the case, can you please suggest a specific product to click that would allow me to replicate this error on my end? -Mike Link to comment Share on other sites More sharing options...
renamed_account_335778 Posted March 9, 2012 Share Posted March 9, 2012 I had the same problem some time ago... and that it got me crazy... The problem was on bad permissions on the "module" directory (or subdirectories). Please have a look at the permissions. I think that can be the problem. Link to comment Share on other sites More sharing options...
aldocampione Posted March 9, 2012 Author Share Posted March 9, 2012 I solved it by modifying .htacces #Options -Multiviews #<IfModule mod_expires.c> # ExpiresActive On # ExpiresByType image/gif "access plus 1 month" # ExpiresByType image/jpeg "access plus 1 month" # ExpiresByType image/png "access plus 1 month" # ExpiresByType text/css "access plus 1 week" # ExpiresByType text/javascript "access plus 1 week" # ExpiresByType application/javascript "access plus 1 week" # ExpiresByType application/x-javascript "access plus 1 week" # ExpiresByType image/x-icon "access plus 1 year" #</IfModule> #FileETag INode MTime Size #<IfModule mod_deflate.c> # AddOutputFilterByType DEFLATE text/html # AddOutputFilterByType DEFLATE text/css # AddOutputFilterByType DEFLATE text/javascript # AddOutputFilterByType DEFLATE application/javascript # AddOutputFilterByType DEFLATE application/x-javascript #</IfModule> Link to comment Share on other sites More sharing options...
renamed_account_335778 Posted March 9, 2012 Share Posted March 9, 2012 Hmmm that's strange. That code must work run correctly. I think the problem is in other place. But commenting that, you avoid to call the procedure failing. What if you want enable .htaccess optimizations? 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