A while ago I disabled caching in .htaccess for development purposes, but now I'm getting 503 errors in the console when images and style sheets are being loaded. How do I fix this?
My .htaccess:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
# For...