What can I do to prevent someone from going to my admin link and making forms and sending from you server? I can set a password for the phpform directory but then anyone wanting to access the form can not. Any help? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What can I do to prevent someone from going to my admin link and making forms and sending from you server? I can set a password for the phpform directory but then anyone wanting to access the form can not. Any help? Thanks.
use htaccess for password protecting the admin directory
I have password protected this admin directory http://www.treasureislandbedandbreakfast.com/phpform/
But then anyone trying to access a created form in the http://www.treasureislandbedandbreakfast.com/phpform/forms
can not access the form without a password? Am I not understanding something here? Thanks for your help.
you've probably password protected the phpform directory instead of the admin directory.
Roger that. What I did. Thanks.