Not sure how to do this
Just need to require a valid user for every page - Iām also using RewriteConds - so welcome.php is actually /welcome/
AuthName āAuthentication Requiredā
AuthType Basic
AuthGroupFile /dev/null
AuthUserFile /some/folder/oi/oi/nom/nom/nom/.htpasswd
require valid-use
What I have so far.
Iāve also set welcome.php as my DirectoryIndex (thatās the page I want to be free from authentication (/welcome/)).
Thanks