JoelWebsites Posted December 24, 2014 Share Posted December 24, 2014 Hi please see the above video..I am not able to select a shop context properly in MultiStore..We have to refresh the page everytime we select the new shop....Because after selecting the shop it still shows the old shop... I am finding it really difficult to troubleshoot this issue...I have checked the .htacess file but it seems to be normal and also the store context selection dropdown works properly in the theme section..please give me some idea how should I solve this issue?..I have even installed prestashop on a new server but i am still getting this issue..Some1 please explain me the cause for this issue..Thanks Link to comment Share on other sites More sharing options...
El Patron Posted December 26, 2014 Share Posted December 26, 2014 have you put 'additional' mod_expires directives in your .htaccess file? possible you are running file cache or some other cache under performance? I run MS on 1609 and have not experienced the issue described. Link to comment Share on other sites More sharing options...
Pronesis Posted January 21, 2015 Share Posted January 21, 2015 Hi JoelWebsites, i've the same issue... have you found a solution ? Link to comment Share on other sites More sharing options...
JoelWebsites Posted January 21, 2015 Author Share Posted January 21, 2015 Yes.. Please add the below code outside the prestashop comments ( on the start of the .htaccess file line 1).The .htacess file that is in your root directory.It should fix the issue. <ifmodule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 0 seconds" ExpiresByType image/gif "access plus 518400 seconds" ExpiresByType image/jpeg "access plus 518400 seconds" ExpiresByType image/png "access plus 518400 seconds" ExpiresByType text/css "access plus 518400 seconds" ExpiresByType text/javascript "access plus 216000 seconds" ExpiresByType application/x-javascript "access plus 216000 seconds" </ifmodule> 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