> -Original Message-
> From: Chris Arnold [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 13, 2007 7:16 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] domain.com/~user -> user.domain.com
>
>
> I have a vhost like this also (does not wo
>>What does "does not work" mean???
Takes me to the "main page"
>>Couple of points:
>>- do you have mod_rewrite? (cf. IfModule...)
Yes
>>- why does this need to go in a .htaccess file?
B/C i can not get a vhost working so i thought this might work
>>It will only be used if the directory is acce
> -Original Message-
> From: Chris Arnold [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 13, 2007 1:12 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] domain.com/~user -> user.domain.com
>
> >>Thanks! but where I have to put this code?
>>Thanks! but where I have to put this code? In which .htaccess?
I too would like to use this but when i put it in my htaccess file, it does not
work. Here is my htaccess with the supplied code in it. Maybe i am not finding
the right place to place this code?
order allow,deny
allow from all
de
>> 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 /
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 <[EMAIL PROTECTED]> wrote:
> >> Want I want to do is the follow
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_HO
On Nov 12, 2007 4:46 PM, Antonio Piu <[EMAIL PROTECTED]> 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 shoul
Hello,
I am new to this forum (found it via Google). Please forgive that I
just snow in like that, but I have a rewrite problem, which
a .htaccess Guru can maybe solve in a few minutes. - I wasted already
some days, but it still doesn't work.
Want I want to do is the following:
If someon