On 8/6/07, Samuel Vogel <samy-delux@xxxxxx> wrote: > Hey, this is my best guess: > > RewriteEngine On > RewriteCond %{HTTP_HOST} !^www\. > RewriteCond %{HTTP_HOST} ^([^.]+)\.samy\.newkilu\.de > RewriteRule ^/(.*)$ %1/$1 [L] > > But somehow this doesn't do anything... What am I doing wrong? > I'm trying to rewrite "sub-sub"-domains to the appropriate folder. Where are you placing this in the config? If it is in an .htaccess file, then you need to drop the leading slash from the pattern in the RewriteRule. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx