I go to something.com/folder/ and am met by the request for username/password which I got by putting this in the file:
AuthType Basic AuthName "restricted area" AuthUserFile /path/to/the/directory/you/are/protecting/.htpasswd require valid-user
Even without the password protection, I would go to something.com/folder/ to access the OpenCart. It would just go to the main page, no file name needed or URL. Am I supposed to tell it where to go specifically after logging in? Because I tried using index.php from OpenCart, but it won't let me do that either. I'm new to this so I don't know how to direct it to the right path after logging in. Am I missing some code that directs it to the main page in the folder?