# $Id: .htaccess 934 2006-05-05 17:24:09Z sam $
# Activated modules
RewriteEngine on
# We talk utf8 here
AddDefaultCharset utf-8
# Disallowed files: .htaccess, .htpasswd, .svn etc.
Order allow,deny
Deny from all
Order allow,deny
Deny from all
# MIME Types
AddType application/x-cgi-php .html
Action application/x-cgi-php /cgi-bin/php4
AddType text/css .css
# Redirects for disallowed stuff
RewriteRule ^.svn/.* /.svn/ [R=permanent,L]
RewriteRule (.*)/.svn/.* /$1/.svn/ [R=permanent,L]