Jump to content

Pls test upgraded site before I go live


peanut

Recommended Posts

sorry, not a lot of time to explain below. You should be able to enable compression, shared hosting accounts don't typically support browser cache. (contact your hosting provider or search the internet using your hosting account type for more information)

 

04.20.2012-07.46.18.png

http://screencast.com/t/7z6eI3Sl9ImP

 

here is the code you can place in your .htaccess file, make sure to clear you browser cache to test first time...if the module for expires is not loaded in your system, it will of course have not affect.

 

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

Link to comment
Share on other sites

  • 3 weeks later...

Update the site is now live, but I get errors on the product list view in the chrome browser for Windows. The currency symbol overlaps the first digit of the price and makes it look cheaper. But this is not the problem in the product page. Any help?

 

The live site http://droppedpin.net

 

Thanks

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