cmc-sales/.htaccess

11 lines
249 B
ApacheConf
Raw Normal View History

2013-03-25 04:26:48 -07:00
php_value error_reporting 30711
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
<FilesMatch ".(js|css|txt|pf)$">
Header unset Cache-Control
2011-08-10 00:12:09 -07:00
</FilesMatch>