Currently I am using .htaccess to force cacheing across my website with the standard
FileETag MTime Size
ExpiresActive on
ExpiresDefault "access plus 86400 seconds"
But the content on my front page (just my domain.com) changes a lot more frequently, and I would like to either remove forced caching or set it to just a few minutes specifically for that page. I have almost no knowledge of .htaccess coding, so any help is greatly appreciated. Thanks.