I put a custom script for backup purpose in the public folder, which would backup mysql database and webfolders. The index.php is a login page to the file structure, where I could choose the database and the directories to backup. With the link domain.xx/script/index.php I am able to open the login page of the script, but on sending the log in data I get a 403 forbidden.
The Link after sending and displaying the error is: domain.xx/public/script/index.php, what sems to be wrong, as the folder public should not appear there.
How would I be able to access the other files of that script?
The Link after sending and displaying the error is: domain.xx/public/script/index.php, what sems to be wrong, as the folder public should not appear there.
How would I be able to access the other files of that script?