Dec 26th, 2010, 10:39 AM
(This post was last modified: Dec 31st, 2010, 9:27 AM by michatmaster7.)
Ben -
The config.php line reads:
I also have an .htaccess file in that directory, forcing all files and pages to use the HTTPS protocol.
I'm not sure how to explain this, but... when you visit the login page in a browser and view the source code from the browser, that's where I can see the action of the login form. Is there any way to make that an absolute URL, using my HTTPS protocol? I can't figure out where the PHP code generates a form on that page. (Probably because I can't read PHP yet).
The config.php line reads:
Code:
$g_root_url = "https://www.mydomainname.com/formtools";
I also have an .htaccess file in that directory, forcing all files and pages to use the HTTPS protocol.
I'm not sure how to explain this, but... when you visit the login page in a browser and view the source code from the browser, that's where I can see the action of the login form. Is there any way to make that an absolute URL, using my HTTPS protocol? I can't figure out where the PHP code generates a form on that page. (Probably because I can't read PHP yet).