Titles wont change in file manager

Permalink 1 user found helpful
I have a really strange issue happening with title in file manager on one of my sites.

If you go in to file manager and properties on an image then change the title, save and come out of it.

Refresh the page and the text in the title column has changed, on the front end it has also changed.

BUT, go back into the properties and it is still the same as the old text

Makes no sense, has anyone else seen something like this?

TMDesigns
 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Possibly your browser is loading a cached page, try forcing a browser refresh and clear your cache in the system and settings page
TMDesigns replied on at Permalink Reply
TMDesigns
Yeah i have tried this and tried on another machine
ob7dev replied on at Permalink Reply
ob7dev
For version 8, I noticed the same thing ( not a browser problem ). I filled issues on github:
https://github.com/concrete5/concrete5/issues/5038...
https://github.com/concrete5/concrete5/issues/5037...
TMDesigns replied on at Permalink Best Answer Reply
TMDesigns
I have now seen the error.

in the htaccess i had which c5 didn't like. Removed it and boom it works fine.

<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On 
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 month"
# Javascript