D
D
Denis Bukreev2015-12-09 03:31:13
htaccess
Denis Bukreev, 2015-12-09 03:31:13

Files are not cached via htaccess, what should I do?

I put this code in htaccess:

<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 month"
</IfModule>

In theory, it should cache all files, but Google analysis says that caching does not occur.
Why can this be and how to deal with it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max Cohen, 2015-12-09
@Max_Cohen

It seems to me that this module is not installed on your web server. Check it for inclusion.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question