We Recommend

Pro Apache Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.


Ballyhoo


Posted By

gbot on 03/25/08


Tagged

ie6 htaccess imagetoolbar


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

gbot
localhorst


disable IE6 image toolbar with http header via htaccess


Published in: Apache 


  1. <FilesMatch "\.(html|htm|php)$">
  2. Header set imagetoolbar "no"
  3. </FilesMatch>

Report this snippet 

You need to login to post a comment.