Re: domain.com/~user -> user.domain.com

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

 



According to the page referenced:
http://www.easymodrewrite.com/example-subdomains

"This code should be placed in the htaccess file in the root of your domain, i.e. domain.com/.htaccess"

.....

On Nov 12, 2007 1:30 PM, Antonio Piu <antonio.piu@xxxxxxxxxxxxxxx > wrote:
>> Want I want to do is the following:
>>
>> If someone accesses http://user.domain.com/ he shall be redirected to
>> http://www.domain.com/~user/
>
> From http://www.easymodrewrite.com/example-subdomains without having
> tested it, this should work:
>
>    RewriteEngine On
>    RewriteBase /
>    RewriteCond %{HTTP_HOST} !www.domain.com$ [NC]
>    RewriteCond %{HTTP_HOST} ^(www.)?([a-z0-9-]+).domain.com$ [NC]
>    RewriteRule (.*) ~%2/$1 [L]
>

Thanks! but where I have to put this code? In which .htaccess?


>
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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