> -----Original Message-----
> From: Neil Freeman [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, February 04, 2002 10:36 AM
> To: Mark Roedel
> Cc: PHP General
> Subject: Re: [PHP] How do I get htaccess files to take effect?
> 
> 
> Thanks for the reply Mark,
> 
> I am fairly new to this :) Here is a snippet of what I have 
> set up so far
>
> [snip]
>
>  php_value include_path = ".;P:/Projects/Sandboxes/Stratos/asa_php"
> 
> When I access the URL http://localhost/sandbox though I receive the
> message "Internal Server Error"

Yay!  That's progress.  *grin*  (At least now we can see that it's
attempting to use the htaccess file, not ignoring it.)

"Internal Server Error" almost always means "See your error logs for
more information."
 
In this case, I think the first thing I'd try, unless the errorlog info
indicates otherwise, is losing the = sign.


---
Mark Roedel           | "Blessed is he who has learned to laugh
Systems Programmer    |  at himself, for he shall never cease
LeTourneau University |  to be entertained."
Longview, Texas, USA  |                          -- John Powell


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to