RewriteRule /static/ajax.php - [L,E=Cache-Control:max-age=30]
RewriteRule ajax.php - [L,E=Cache-Control:max-age=30]
===>
RewriteRule static/ajax.php - [E=Cache-Control:max-age=30]
for
http://cl.ly/image/0m0d0q2f1U2h
since I'm not sure the business logic in PHPFox, so following just FYI, if cause any other problem, please post here, and revert back your settings:
Cache Policy
Enable Cache: No
Cache Expire Time (seconds): 300
Cache Request with Query String: Yes
Cache Request with Cookie: Yes
Cache Response with Cookie: Yes
Ignore Request Cache-Control: Yes
Ignore Response Cache-Control: Yes
Enable Private Cache: No
Private Cache Expire Time (seconds):
RewriteRule ajax.php - [L,E=Cache-Control:max-age=30]
===>
RewriteRule static/ajax.php - [E=Cache-Control:max-age=30]
for
http://cl.ly/image/0m0d0q2f1U2h
since I'm not sure the business logic in PHPFox, so following just FYI, if cause any other problem, please post here, and revert back your settings:
Cache Policy
Enable Cache: No
Cache Expire Time (seconds): 300
Cache Request with Query String: Yes
Cache Request with Cookie: Yes
Cache Response with Cookie: Yes
Ignore Request Cache-Control: Yes
Ignore Response Cache-Control: Yes
Enable Private Cache: No
Private Cache Expire Time (seconds):