.htaccess editor: code highlighting fixed

This commit is contained in:
Ruslan Keba 2013-03-25 17:44:25 +02:00
parent 09f9a7943d
commit 19b52f025c
3 changed files with 13 additions and 20 deletions

View file

@ -17,6 +17,12 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [NC,L]
RewriteRule .*\.png$ crm.png [L]
Header set CacheControl max-age=13,public
RewriteRule (.*)\.png$ $1.png [L]
<Location index.php>
ExpiresByType "text/html; charset=UTF-8" A30
CacheEnable mem