ServerName blubb DocumentRoot /var/www/blubb ProxyRequests Off AddDefaultCharset off Order deny,allow Allow from all Options -Indexes +FollowSymLinks +MultiViews AllowOverride All Order allow,deny allow from all # Uncomment this directive is you want to see apache2's # default start page (in /apache2-default) when you go to / #RedirectMatch ^/$ /apache2-default/ ErrorLog /var/log/apache2/blubb_error.log CustomLog /var/log/apache2/blubb_access.log combined RewriteEngine On LogLevel alert rewrite:trace3 RewriteEngine On RewriteRule ^(.*)$ http://10.110.110.29/$1 [P]