[PHP] htaccess problems

2001-12-17 Thread Jeremiah Jester
I cant seem to get my htaccess file to work. Can anyone help? Heres what i have now: AuthUserFile /var/www/html/private/ .htpasswd AuthGroupFile /dev/null AuthName PrivateDomain AuthType Basic Limit GET require valid-user /Limit I then type 'htpasswd -c .htpasswd myusername' and then set

RE: [PHP] htaccess problems

2001-12-17 Thread Jack Dempsey
i don't think you want that space inbetween private/ and .htpasswd -Original Message- From: Jeremiah Jester [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:38 AM To: Php-General Subject: [PHP] htaccess problems I cant seem to get my htaccess file to work. Can anyone help

Re: [PHP] htaccess problems disabling phplib

2001-02-21 Thread Simon Garner
From: "Gfunk" [EMAIL PROTECTED] Hi, I'm trying to disable phplib, and I have a .htaccess file consisting of the line php_value auto_prepend_file none And now I'm getting a 500 internal server error. Can anybody shed some light on what I'm doing wrong? Cheers, Gfunk It sounds like your