[提问]
godaddy.htaccess文件客服端缓存怎么修改
|
|
addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php5
addhandler x-httpd-php5-cgi .php
addhandler x-httpd-Perl-cgi .pl
DirectoryIndex index.html index.htm index.php
ExpiresActive On
ExpiresDefault A604800
<Directory /data/download>
ExpiresByType text/html A3000
ExpiresByType text/htm A3000
ExpiresByType text/css A259200
ExpiresByType application/x-javascript A3000
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType application/x-shockwave-flash A2592000
</Directory>
我的代码 但是加了有500错误 怎么回事呀 |
|
|
|
|
|
|
|
|
|
|
ssmell
发表于 2010-11-30 16:04:42
|
显示全部楼层
怎么没有人回答呀 |
|
|
|
|
|
|
|
|
|
|
4n5c6rn
发表于 2010-11-30 16:47:51
|
显示全部楼层
|
|
|
|
|
|
|
|