Hello, I have a search engine that students can use to search for old exam papers. The papers can be served up if the student is accessing the papers from inside the university. If they are outside the university then they authenicate through Auth::LDAP.
Unfortunately staff are asking for the same access now. I will have to use radius to authenticate staff and students. Also, this is the crunch, I now have to encrypt the login details for staff (and therefore students). Only the directory where the exam papers are kept are protected. I would like to carry on using the .htaccess file in that it lets the file be downloaded if the user is inside the university but then I would like to redirect to a secure server for the login process if the user is outside the university. It would be nice to only have the login process encrypted not the delivery of the papers. Where to start? Thanks, Owen.