Sorry that I haven't done much of my own research but I do not know how to set up basic authentication, nevermind removing it!
Thanks.
EDIT: Sorry, what was I thinking, its in httpd.conf or includes!
|
Sorry that I haven't done much of my own research but I do not know how to set up basic authentication, nevermind removing it! Thanks. EDIT: Sorry, what was I thinking, its in httpd.conf or includes! |
||||
|
|
|
This is more a question for ServerFault, but I'm going to carry on and assume you're using Apache on FreeBSD. The authentication is set in either the In the In either case, the authentication is a set of lines beginning with Auth. Simply comment those out - if they're in the httpd.conf file, you'll need to restart your Apache server, if in a .htaccess file it should take effect right away. Examples: In
Or, within the
|
|||
|
|