[OT] webserver ?

Michael Weiner hunter at userfriendly.net
Mon May 3 18:25:08 UTC 2004


On Mon, 2004-05-03 at 14:23, Alexander Dalloz wrote:
> I don't know how such a redirect would influence search engine ranking,
> but using mod_rewrite would looks like:
> 
> RewriteEngine on
> RewriteCond %{HTTP_HOST} !^www\.      [NC]
> RewriteCond %{HTTP_HOST} !^$
> RewriteRule ^(.*)        http://www.%{HTTP_HOST}/$1   [R=301]
> 
> (I hope it will survive line wrapping, above instructions are 4 lines)
> 
> See: http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html for further details.

i will try that out and read the URL you sent, thank you for your response.

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040503/c299e2b7/attachment-0001.sig>


More information about the fedora-list mailing list