Password protect certain web files 
April 30th, 2009, 11:27 PM
|  | Familiar Sight | | Join Date: Aug 2006 Location: Grand Junction, CO
Posts: 233
| | |
Well google is confusing me. My coworker and I have been following the directions for the htaccess file stuff and can not get it to work. Get an error 500
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
Need some help on what to do. We followed instructions to the t. We have a limited time to get this done. Please help
| 
May 1st, 2009, 09:25 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,858
Provided Answers: 9 | | | re: Password protect certain web files
What are the contents of your htaccess file?
| 
May 1st, 2009, 09:56 PM
|  | Familiar Sight | | Join Date: Aug 2006 Location: Grand Junction, CO
Posts: 233
| | | re: Password protect certain web files
AuthUserFile ./.htpasswd
AuthGroupFile /dev/null
AuthName "Valid Users Only"
AuthType Basic
require valid-user
then I have this in the htpasswd file
Administrator:gatdjUajvHwDM
| 
June 26th, 2009, 01:09 AM
|  | Administrator | | Join Date: Oct 2006 Location: London - UK
Posts: 15,450
Provided Answers: 56 | | | re: Password protect certain web files
Is that enough info Markus? Can you help with this?
| 
July 11th, 2009, 10:08 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,858
Provided Answers: 9 | | | re: Password protect certain web files
I'm sorry - this didn't show up in my subscribed posts.
Rcollins, take a look in your apache error logs - there'll most likely be some useful information in there (nothing jumps out at me, regarding your htaccess)
Mark.
|  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,662 network members.
|