How does one prevent people from entering the admin application (index.php) that's located in the root directory of the form itself? Seems to me anyone can just lop off the end of the form address, access your index.php and delete all of your forms? Someone could also add the Administrative Portal by entering the Admin directory. Seems risky to me... what am I missing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found a related topic below. I copied the form's directory into a separate spot, put an index.htm in the root dir and password protected the admin folder. That fixed the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How does one prevent people from entering the admin application (index.php) that's located in the root directory of the form itself? Seems to me anyone can just lop off the end of the form address, access your index.php and delete all of your forms? Someone could also add the Administrative Portal by entering the Admin directory. Seems risky to me... what am I missing?
I found a related topic below. I copied the form's directory into a separate spot, put an index.htm in the root dir and password protected the admin folder. That fixed the problem.