[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Rewrite rule
- Subject: Re: [cobalt-users] Rewrite rule
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Apr 3 15:26:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Steve Werby" <steve-lists@xxxxxxxxxxxx> wrote
> Include /full_path_to/my_include_file
>
> with the <VirtualHost> block for the site (after removing it from
> httpd.conf), then restart Apache.
If the include file is in /etc/httpd/
a full path is not required httpd will pick it up with no problems.
just write "include my_file.conf." (no"")
Gerald