I've just got my PHP website back up and running on hosting, but there's this annoying sign-in prompt that keeps popping up when I visit the site. Plus, if I try to ignore it, I get hit with a 401 error. What gives?
Has anyone encountered something like this before? Any ideas on what might be causing it and how I can fix it? I'm a bit lost here.
Thanks in advance!
I found the cause. It's because I'm trying to call images from a folder named img
. Changing the folder name resolve the problem.
Might be server configuration restrict the img
folder.