
07-20-2011, 12:56 PM
|
|
Senior Member
|
|
Join Date: Jun 2010
Posts: 100
|
|
Quote:
Originally Posted by webizen
put cache rules in front of other rewrite rules (for friendly url's).
Will get back to you regarding cache with cookies in a bit.
|
thanks.
Majorly curious where it should be set, Yes made vhosts I didnt even put .htaccess cache stuff in, on cache.
Anyawys so magento apparently has a 500 dollar paid mod, screw that. I'm trying to figure out how to get it to say no cache header but besides that lets cache only the basics
Code:
/customer/account/login/
/checkout/cart/
/customer/account/login/
/wishlist/
/checkout/
#Search Queries
/catalogsearch/advanced/
/catalogsearch/result/?q=belt
/catalogsearch/result/index/?p=5&q=belt
#End
/fashion-jewelry/necklaces.html
^The sites all .html friendly urls.
|