sgoldman
2007-Dec-29 17:48 UTC
[CentOS] Cent os 4 .htaccess file not working mod_rewrite enable - how can I test "help"
Hello, Spend hours attempting to password protect a web directory- mod_rewrite enabled on httpd.conf file. Seek ideas please Stephen Stephen Goldman System Administrator MIT Biology sgoldman at mit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20071229/dbc2e751/attachment-0002.html>
Frank Cox
2007-Dec-29 17:52 UTC
[CentOS] Cent os 4 .htaccess file not working mod_rewrite enable - how can I test "help"
On Sat, 29 Dec 2007 12:48:54 -0500 sgoldman <sgoldman at MIT.EDU> wrote:> Hello, > Spend hours attempting to password protect a web directory- > mod_rewrite enabled on httpd.conf file. Seek ideas pleaseThis is the .htaccess file directly from one of my webservers. It works fine. AuthUserFile /opt/passwords/parkland.pwd AuthGroupFile /dev/null AuthName ParklandONLINE AuthType Basic require valid-user -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
Jim Perrin
2007-Dec-29 21:19 UTC
[CentOS] Cent os 4 .htaccess file not working mod_rewrite enable - how can I test "help"
On Dec 29, 2007 12:48 PM, sgoldman <sgoldman at mit.edu> wrote:> > > Hello, > Spend hours attempting to password protect a web directory- > > mod_rewrite enabled on httpd.conf file. Seek ideas pleaseBy default htaccess files are not allowed in the httpd.conf file. You have to enable them with the AllowOverride option. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell