On Thu, Apr 17, 2008 at 12:42 PM, James Wuerflein
<[EMAIL PROTECTED]> wrote:
>
>
> I have the following in httpd.conf :
>
> DocumentRoot "/Apache/Apache/htdocs"

>
> <Directory /landing>
>     Options FollowSymLinks MultiViews
> </Directory>

<Directory> refers to file-system directories. You probably want
<Directory /Apache/Apache/htdocs/landing>
...

Joshua.

---------------------------------------------------------------------
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