0

I am working on a website that I have password protected by mean of .htaccess and .htpasswd file.

However, I need only 1 folder inside the website to be unprotected. How can I unprotect it?

Thanks

jstuardo
  • 3,901
  • 14
  • 61
  • 136

1 Answers1

1

This question - How to remove .htaccess password protection from a subdirectory - looks like the answer I was about to submit.

The exact syntax you'll need varies with the version of Apache you're using - it changed between 2.2 and 2.4 - see the Apache guide to Upgrading to 2.4 from 2.2

Community
  • 1
  • 1
Kevin Jones
  • 3,837
  • 1
  • 16
  • 18