hi,
»» Bin wirklich neu auf dem Gebiet .htaccess etc.
Und ich bin neugierig auf Deine .htaccess.
Hotte
RewriteEngine on
# Version 1.0
created 2008-01-17 by Tec
# 1. prevent listing of folders
Options -Indexes
# 2. Redirect client enquiries to search.php
RewriteRule ^search.html$ ./search.php
# 3. Always start with this file
DirectoryIndex home.php
# 4. Prevent delivery of .htacess file
<FilesMatch "^.htaccess" >
deny from all
</FilesMatch>
# End of file
AddLanguage de .htm .html .php .cgi .xml
RewriteCond %{HTTP_REFERER} !^http://example.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://example.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.example.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.example.com$ [NC]
RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
Danke,
Chris