massive Issue with Caching and ModExpire on php Files

前端 未结 2 989
逝去的感伤
逝去的感伤 2021-01-28 16:23

I do have a massive Issue with Caching and ModExpire on php Files if i\'am using following in my global .htaccess


 ExpiresActive O         


        
2条回答
  •  Happy的楠姐
    2021-01-28 17:28

    To prevent php files from caching try to remove ExpiresByType application/xhtml-xml, which is for PHP.

    IMHO you can also remove FilesMatch for PHP files.

提交回复
热议问题