Archive for October, 2007

Copyright Message

Friday, October 26th, 2007
Rewrite copyrighted images to first display the copyright note: (see also SettingCookies for Version 2.0 ;-)) in the .htaccess file:
 RewriteEngine On

 ## comes not from the copyright page
 RewriteCond %{HTTP_REFERER
[...more...]

Mixed .htaccess

Friday, October 26th, 2007
Beispiel: .htaccess-Datei
 # .htaccess-Datei für Web-Verzeichnis /service
 AuthType Basic
 AuthName "Service-Bereich"
 AuthUserFile /usr/verwaltung/web/.htusers
 Require valid-user
 Order deny,allow
 Deny from all
 Allow from 192.168
 Sati
[...more...]