SOLVED PrestaShop shop changing problem in the Adminpanel BO

10:44:00 5 Comments


Multistore - can't change shop context





Solve prestashop shop chaning issue on prestashop 1.6 by copying the below code in the .htaccess file .You will see the .htacess in your prestashop root folder.Make sure to copy it outside the prestashop comments in the .htacess



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

 

Joel

Joel Fernandes,I am a Very Smart,Innovative Creative and One of the Best Webdevelopers.I am an expert in Webdevelopment.My other interest include Cars and Vehicles.My desire is to be the best and serve you with the best information I have .I will always share all my tips and tricks on this website and provide you with the best themes so that your life may be simpler.Keep visiting www.joelwebsites.com for the best website related ,tips and tricks and news.Meet me on FaceBook

5 comments:

  1. Ahaa, its fastidious conversation concerning this post at this place at this blog, I have read all that, so now me also commenting at this place.

    ReplyDelete
  2. Hi! I've been following your weblog for some time
    now and finally got the courage to go ahead and give you a shout out
    from Austin Texas! Just wanted to say keep up the good job!

    ReplyDelete
  3. Yes thank you :)

    ReplyDelete
  4. Verƴ descriptive post, I loved that Ƅit. Will there be
    a part 2?

    ReplyDelete
  5. No this will solve the issue

    ReplyDelete