Dear Owen,

 I have tried over and over again to get out of the newsgroup,
sending emails to unsubscribe...

 But, next day or a week after and continuously... it goes on.
 I don't know but you seemed heavily involved with this group.
 And seems to me it is the last card for me to try sending emails to you.

It will be really appreciated if you can help me out of the list of news group.
 Thousand time thanks -  ^^

--Alexa



From: "Boyle Owen" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: <users@httpd.apache.org>
Subject: RE: [EMAIL PROTECTED] virtual hosts and mod_rewrite
Date: Fri, 4 Aug 2006 08:19:32 +0200

> -----Original Message-----
> From: Peter Horst [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 04, 2006 2:32 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] virtual hosts and mod_rewrite
>
> Hi, I am trying to redirect traffic from the root address at
> my default
> server (of two name-based virtual hosts) to /blog/.  I.e. I
> would like
> traffic for www.depaulacs.org/ to go automatically to
> www.depaulacs.org/blog/.  But I don't want to affect anything
> to do with
> the second virtual host.  Here is what I have tried.  Can
> someone point
> out where I've gone wrong?

You haven't actually said what went wrong... Both sites lead to
different content so your name-based VHs work. So what's the problem?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

> I am running the latest Fedora Core 5,
> Apache 2.2.2.  Thanks!
>
> <VirtualHost *:80>
>     ServerName www.depaulacs.org
>     ServerAlias depaulacs.org
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /var/www/html
>     ErrorLog logs/error_log
>     CustomLog logs/access_log common
>     RewriteEngine on
>     RewriteRule ^/$ /blog/ [R]
> </VirtualHost>
>
> <VirtualHost *:80>
>     ServerName www.sklar-blake.com
>     ServerAlias sklar-blake.com
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /var/www/html/tom
>     ErrorLog logs/www.sklar-blake.com-error_log
>     CustomLog logs/www.sklar-blake.com-access_log common
> </VirtualHost>
>
>
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to