imti Posted September 27, 2006 Share Posted September 27, 2006 How can i protect directories on teh apache web server,, other than using .htaccess file. I want a seperate login to protect directories, as i have 5000 pages in that directory.thanks Quote Link to comment Share on other sites More sharing options...
R_P Posted October 1, 2006 Share Posted October 1, 2006 .htaccess works. Why not use it? You can always make a <Directory /></Directory> addition to httpd.conf and use the same Auth directives as you would in the .htaccess file. Other than that, there is no real way to truly protect a directory with apache. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.