I have XAMPP and I can see the mod_expires.so file in the path
... XAMPP \ Apache \ modules \ mod_expires.so
However, I believe that the module does not load for two reasons:
first: mod_expires not specified when phpinfo () is called
Secondly, I add cache timeouts to the .htaccess file. I get 500 server errors.
(Sample cache code inside .htaccess
<IfModule mod_expires.c>
TWO QUESTIONS THEN:
Is there a mod_expires.so file indicating that the module is installed?
If YES, how do I enable or activate?
If NOT, how do I install and enable in XAMPP?
Thanks,
xampp mod-expires
IberoMedia
source share