Changeset 8bcbc70e


Ignore:
Timestamp:
Feb 25, 2009, 1:37:10 AM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, web
Children:
bed8e5d
Parents:
0b8c868
git-author:
Edward Z. Yang <edwardzyang@…> (02/25/09 01:37:10)
git-committer:
Edward Z. Yang <edwardzyang@…> (02/25/09 01:37:10)
Message:

Fine-tune htaccess for production.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/.htaccess

    r973dd91 r8bcbc70e  
    1212RewriteRule ^(dispatch\.fcgi/.*)$ - [L]
    1313RewriteRule ^(static/.*)$ - [L]
     14RewriteRule ^toscawidgets/resources/(sipbmp3web/public/.*)$ $1
     15RewriteRule ^sipbmp3web/.*$ - [L]
    1416RewriteRule ^(.*)$ dispatch\.fcgi/$1 [L]
     17
     18ExpiresActive On
     19ExpiresByType image/png "access plus 1 month"
     20ExpiresByType application/x-javascript "access plus 1 month"
     21ExpiresByType text/css "access plus 1 month"
     22
Note: See TracChangeset for help on using the changeset viewer.