sylvest Posted January 4, 2017 Posted January 4, 2017 (edited) I submitted a ticket, but the help desk said that some of my questions were outside of their scope. The remaining questions are: 1. Can I use a shared secure URL to access a subdomain on my site, i.e. the web pages I'm developing are in swchoir.sylvesterbradley.org, the files that this subdomain refers to are in /home/sylvest/swchoir (i.e. not within public_html). 2. I have a login page on my website called index.php. Presumably I don't need to encrypt this since it contains no confidential information. I need to encrypt the response to this, which is a URL like swchoir.sylvesterbradley.org/do_login.php. Can I get this encrypted by simply setting my form action property to "https://swchoir.sylv.../do_login.php". 3. Do I have to do anything else to enable the encryption, or does the use of the https protocol enable all the necessary encryption on the client and decryption on the server? 4. How do I prevent people from accessing this page by using the URL http://swchoir.sylve...rg/do_login.php? 5. Does it matter whether I use method GET or POST for the login form? Thanks for your help.Rowan Using_Https.rtf Edited January 6, 2017 by TCH-Thomas See follow up post Quote
TCH-Thomas Posted January 5, 2017 Posted January 5, 2017 Hi Rowan, I have copied & pasted the content of your attached file into this post (and removed the file). Let me know if you need any of the content changed. Quote
sylvest Posted January 5, 2017 Author Posted January 5, 2017 Thomas, Thanks for doing this. Ideally I would like to have the preceding two messages included in the forum, because I think to fully understand what I am asking people will need to have read these. That is why I included them in the file. Thanks - Rowan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.