#1 ryk007
我想给在网页做图片缓存,使用的.htaccess这种配置方式,文件里面的内容为以下内容:Image and Flash content Caching for One Month
Header set Cache-Control “max-age=2592000″
我把.htaccess文件放到服务器的根目录访问的时候很出现以下错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@phpnow.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.63 (Win32) PHP/5.2.10 Server at 127.0.0.1 Port 80
如果把.htaccess文件删除以后正常。请问是什么原因?
2010-04-30 13:18:46