Re: Rewriting Subdomains to folders

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux