YSlow Grade F on Add Expires headers - help please
- by gwmbox
I am using Joomla for my site and I have included Expires Headers in my htaccess file, however when checking the site via YSlow the grade is still F, the code in the htaccess file for this is
<IfModule mod_expires.c>
# Enable expiration control
ExpiresActive On
# Default expiration: Immediate after request
ExpiresDefault "now"
…