Jump to content

Prestashop logout issues


Domascnn

Recommended Posts

Partially solved the problem:

 

I deleted the following lines in the root .htaccess:

 

<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>

 

and

 

FileETag INode MTime Size

 

The problem happens only when url_rewrite is activated and caching activated.

Link to comment
Share on other sites

Further investigation shows me that some hosting doesnt allow mod_expires.c on their servers, or some features are disabled so it doesnt work correctly.

On italian provider Aruba the problem happens.

If I test it on local server (XAMPP) this problem doesnt occur.

So the problem should be on php.ini configuration on hosting provider.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...