----- Original Message -----
From: "Steffan" <snoord (at mark) planet.nl>
To: <coba-e (at mark) bluequartz.org>
Sent: Tuesday, October 13, 2009 1:07 AM
Subject: [coba-e:16088] Re: alias does 302 redirect
> Sorry
> What i mean
> Is when you create a site
> www.domain.com with a alias domain.com or domain.org
>
> then when someone goes to http://domain.org
> BQ does a 302 redirect
> but i noticed in google hat that is standard in apache
> It woeld better for google indexing that this was a 301 redirect
>
>
> -----Oorspronkelijk bericht-----
> Van: Ken Marcus - Precision Web Hosting, Inc
> [mailto:kenlists (at mark) precisionweb.net]
> Verzonden: maandag 12 oktober 2009 21:11
> Aan: coba-e (at mark) bluequartz.org
> Onderwerp: [coba-e:16085] Re: alias does 302 redirect
>
>
> ----- Original Message -----
> From: "Steffan" <snoord (at mark) planet.nl>
> To: <coba-e (at mark) bluequartz.org>
> Sent: Monday, October 12, 2009 12:02 AM
> Subject: [coba-e:16084] alias does 302 redirect
>
>
>> Hello,
>>
>> I just noticed that a alias in the siteadmin always is being redirected
>> with
>> 302 redirect
>> Why is this, its bad voor google etc
>> Can this be somehow be changed in a 301 redirect
>>
>> Greats
>>
>> Steffan
>
>
> I don't think you'd want Google indexing the siteadmin links in any case.
>
>
> ----
> Ken Marcus
> Ecommerce Web Hosting by
> Precision Web Hosting, Inc.
> http://www.precisionweb.net
>
>
Steffan
In the vhost file,
e.g.
/etc/httpd/conf/vhosts/site2
you can edit it to change it to
RewriteRule ^/(.*) http://www.somesite.com/$1 [L,R=301]
----
Ken Marcus
Ecommerce Web Hosting by
Precision Web Hosting, Inc.
http://www.precisionweb.net