... ServerName www.projektgemeinschaft.de ServerAlias *.projektgemeinschaft.de DocumentRoot /usr/local/httpd/htdocs/verein/ DocumentRoot "/usr/local/httpd/htdocs" ServerName new.host.name ServerAdmin [EMAIL=you@your.address]you@your.address[/EMAIL] ErrorLog /var/log/httpd/error_log TransferLog /var/log/httpd/access_log SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/httpd/ssl.crt/server.crt #SSLCertificateFile /etc/httpd/ssl.crt/server-dsa.crt SSLCertificateKeyFile /etc/httpd/ssl.key/server.key    SSLOptions +StdEnvVars    SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \         nokeepalive ssl-unclean-shutdown \         downgrade-1.0 force-response-1.0 CustomLog /var/log/httpd/ssl_request_log \          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"                                   Include /etc/httpd/suse_include.conf RewriteEngine on RewriteRule ^/index\.html$ /cgi-bin/index.pl [PT] RewriteRule ^/gewinnspiel$ /gewinnspiel.html [PT] RewriteRule ^/werbung$ /home/werbung.html [PT] RewriteRUle ^/profil/(.*)$ /cgi-bin/index.pl?ID=profil&userid=$1 [PT] RewriteRule ^/pgm/(.*)\.html$ /cgi-bin/test.pl?ID=show&pid=$1 [PT] RewriteRule ^/phero$ /frame.html [PT] RewriteRule ^/activate$ /cgi-bin/activate.pl [PT] RewriteRule ^/userpics/(.*)_NO-CACHE(.*).jpg$ /userpics/$1.jpg [PT]