|
[SOLVED] Cache control with htaccess
|
| Author |
Message |
redsector
Newbie

Posts: 5
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
[SOLVED] Cache control with htaccess
Hi all
Hi have found some site that tell how to speed up caching using the htaccess file for caching management.
I would like to set a future expire heater for some files like this:
<FilesMatch "\.(ico|gif|js|css)$">
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
</FilesMatch>
But when I activate the .htaccess the server answer error 500.
Where is the problem?
This post was last modified: 05-07-2008 04:27 PM by BeNe.
|
|
| 05-04-2008 09:09 PM |
|
 |
redsector
Newbie

Posts: 5
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: Cache control with htaccess
I found myself 
There is to move some modules from dir availavle to dir enabled.
|
|
| 05-06-2008 03:12 PM |
|
 |
rudi1977
Junior Member

Posts: 11
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: Cache control with htaccess
Better : a2enmod [modul-name]
or make a logical Link
|
|
| 05-07-2008 04:25 PM |
|
 |