I already have the directory protected with a password but is there any way to put a condition that if the user click a link from the localhost that it would by-pass the password check?
This directory contain presentation files and specfic customers get access to them when we provide them with the htaccess username/password but there is also a employee portal which needs access to these same files but I don't want them to login twice. Since the request is coming from the employee portal (same domain/server/ip) I would like it to not as them for a htaccess password but if someone were to type the whole path in their address bar then ask them for a username/password.
can this be done?
This directory contain presentation files and specfic customers get access to them when we provide them with the htaccess username/password but there is also a employee portal which needs access to these same files but I don't want them to login twice. Since the request is coming from the employee portal (same domain/server/ip) I would like it to not as them for a htaccess password but if someone were to type the whole path in their address bar then ask them for a username/password.
can this be done?
Comment