Good morning,

On 24/3/06 at 4:42 PM -0600, Craig Heilman <[EMAIL PROTECTED]> wrote:

>According to the Apache manual, I may need to tweak one of the Apache 
>Options directives to read "Options +Includes". I just tried two 
>variations:
>
>     Options Indexes FollowSymLinks MultiViews +Includes
>
>and
>
>     Options Indexes FollowSymLinks MultiViews Includes
>
>but neither did the trick...

What is the context for that Options directive? Is it global to your conf file,
or it part of a VirtualHost or Directory block?

You might want to create a new Options directive (and change the original back
to default values) inside a VirtualHost or Directory block that only adds the
Includes option, eg:

    Options +Includes

That will add the Includes option to any existing options that apply at the
current level of the configuration.

Also, are there any error messages in your log file that might give some clues
about why your page is coming through blank? You might be getting a parsing
error.


Charlie

-- 
   Charlie Garrison  <[EMAIL PROTECTED]>
   PO Box 141, Windsor, NSW 2756, Australia

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to