DocumentRoot /var/web/devnetonline.net/webtection/ ServerName sample.webtection.devnetonline.net CustomLog /var/log/apache2/devnetonline.net/webtection/access.log "%v %h %l %u %t \"%r\" %>s %b" CustomLog /var/log/apache2/access.log "%v %h %l %u %t \"%r\" %>s %b" ErrorLog /var/log/apache2/error.log ErrorLog /var/log/apache2/devnetonline.net/webtection/error.log Include /var/web/devnetonline.net/webtection/.htvhost.conf SuexecUserGroup codeninja www-data RewriteEngine on RewriteRule /sites/example_site/(.*) /$1 RewriteRule /sites/example_site/themes/(.*) /themes/$1 RewriteRule /(.*) /sites/example_site/$1 RewriteRule /themes/(.*) /themes/$1 Allow from all Options -Indexes Allow from all Options -Indexes