wmv等のリンクをクリックしたときに、Media Playerを起動させずにダウンロードダイアログを表示させる方法 †mod_headersを有効にして、以下の設定を記述 <FilesMatch "\.(avi|mpg|wmv)$"> AddType application/octet-stream .avi .mpg .wmv Header set content-disposition attachment </FilesMatch> ベーシック認証しているディレクトリの特定のサブディレクトリだけ認証を無効化する方法 †.htaccess に Satisfy Any と書く。デフォルトはAll。
http://httpd.apache.org/docs/2.0/ja/mod/core.html#satisfy Expires/Cache-Controlを指定する方法 †ExpiresActive On ExpiresDefault "access plus 30 days" ExpiresByType text/html "access plus 1 month 15 days 2 hours" ExpiresByType image/gif "modification plus 5 hours 3 minutes" 流出したWEBサイトのパスワードの利用を制限する方法 †
|