.htaccess editor: code highlighting fixed
This commit is contained in:
parent
09f9a7943d
commit
19b52f025c
3 changed files with 13 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue