
01-26-2011, 07:24 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,291
|
|
Code:
RewriteRule /(.*\.php)?$ - [L,E=Cache-Control:max-age=120]
since rewrite rule in .htaccess (not in httpd.conf), leading / should be removed. i.e.,
Code:
RewriteRule ^(.*\.php)?$ - [L,E=Cache-Control:max-age=120]
Quote:
|
is that okay ? accessing via 192.168.56.101 ?
|
no problem.
Last edited by NiteWave; 01-26-2011 at 07:30 AM..
|