Jump to content

Multistore - can't change shop context


Recommended Posts

Hi,

 

Got Multistore working locally on two subdirectories /uk and /worldwide (tho oddly, BO insists on being at /uk//admin) but am not able to change shop context. This means any updates are being made to both stores or in the case of the SEO & URLs page that I can't see the page list.

 

If I change the shop context using the drop down at top of page it just reloads to say "Multistore configuration for... All Shops". Have tried across most of the BO now and same happens on all.

 

Anyone else seen this or know a fix or workaround?

 

Thanks,

'yan

post-337088-0-84920600-1348817282_thumb.png

Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...
  • 3 weeks later...
  • 1 year later...
  • 2 months later...
add this code on the  bottom of your .htacess to solve this 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

×
×
  • Create New...