disable IE6 image toolbar with http header via htaccess


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <FilesMatch "\.(html|htm|php)$">
  2. Header set imagetoolbar "no"
  3. </FilesMatch>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.