Add check for mod_expires in the api .hraccess

This commit is contained in:
Mattia Basaglia 2017-11-11 10:22:37 +01:00
parent 8ec733cee2
commit 5539029b0e

View File

@ -1,4 +1,6 @@
ExpiresActive Off
<IfModule mod_expires.c>
ExpiresActive Off
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$