#Turn ETagging off
FileETag none
#Turn ETagging on for Booster PHP files
FileETag MTime Size
#Give access even if webmaster has globally forbidden access
Order deny,allow
Allow from all
Satisfy any
#Let the Booster PHP files appear queryless for proxies by rewriting URL
RewriteEngine on
RewriteRule ^booster_css\.php/(dir.*)$ booster_css.php?$1 [L]
RewriteRule ^booster_css_ie\.php/(dir.*)$ booster_css_ie.php?$1 [L]
RewriteRule ^booster_js\.php/(dir.*)$ booster_js.php?$1 [L]
RewriteRule ^booster_mhtml\.php/(dir.*)$ booster_mhtml.php?$1 [L]
RewriteEngine on
RewriteRule ^booster_css\.php/(dir.*)$ booster_css.php?$1 [L]
RewriteRule ^booster_css_ie\.php/(dir.*)$ booster_css_ie.php?$1 [L]
RewriteRule ^booster_js\.php/(dir.*)$ booster_js.php?$1 [L]
RewriteRule ^booster_mhtml\.php/(dir.*)$ booster_mhtml.php?$1 [L]
#Force caching of some common files for some time in the browser's cache, to save bandwidth.
#"Mod_expires" needs to be installed in your Apache server, to use this feature.
ExpiresActive On
ExpiresDefault "access plus 1 years"
ExpiresActive On
ExpiresDefault "access plus 1 years"
#Alternative caching using Apache's "mod_headers", if it's installed.
#Caching of common files - ENABLED
Header set Cache-Control "max-age=2592000, public"
#Remove comments, to disable video caching to the user's browser
#
# Header set Cache-Control "max-age=0, public"
#
Header set Cache-Control "max-age=2592000, public"
#Remove comments, to disable video caching to the user's browser
#
# Header set Cache-Control "max-age=0, public"
#