jquery-mobile/.htaccess

20 lines
No EOL
519 B
ApacheConf

# the rewrite engine requires the ability to follow sym links
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^themes/([a-zA-Z\-\_\0-9]+)\/$ combine.php?type=css&theme=$1
RewriteRule ^js/all combine.php?type=javascript
# Turn on Expires and set default to 0
ExpiresActive On
ExpiresDefault "access"
# cache text, css, and javascript files for one week
<FilesMatch ".(html|png|jpg|gif|js|css)$">
Header set Cache-Control "max-age=1"
</FilesMatch>
AddType text/css themes/default
AddType text/css themes/dobson