[EMAIL PROTECTED] How to FilesMatch files within a certain domain

2008-03-30 Thread thomas Armstrong
Hi. I want to cache multimedia files by using mod_expires and created this rule within my .htaccess file: --- ExpiresActive On FilesMatch \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|swf)$ ExpiresDefault A29030400 /FilesMatch However, this .htaccess file is shared by five

Re: [EMAIL PROTECTED] How to FilesMatch files within a certain domain

2008-03-30 Thread Joshua Slive
On Sun, Mar 30, 2008 at 5:05 AM, thomas Armstrong [EMAIL PROTECTED] wrote: Hi. I want to cache multimedia files by using mod_expires and created this rule within my .htaccess file: --- ExpiresActive On FilesMatch \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|swf)$ ExpiresDefault