Re: Form is not secure. Autofill has been turned off
Right, both HTTP_SERVER definition (admin and storefront) should read:
Code:
define('HTTP_SERVER', 'https://bellinigirl.com');
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
swguy
could I pay someone to do this for me? I can't find both /admin/includes/configure.php and the /includes/configure.php) I can only locate one file that follows includes/configure.php and it's from following this from my cpanel:
public_html/includes/configure.php.
is this the file I am to add the new coding?
2 Attachment(s)
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
lat9
Right, both HTTP_SERVER definition (admin and storefront) should read:
Code:
define('HTTP_SERVER', 'https://bellinigirl.com');
I would like to confirm the two locations where I am to change before I change it.
The instructions say to change both the /includes/configure.php and /YOURADMIN/includes/configure.php.
and I THINK I found them but not sure so I want to paste screenshots of the file path in my cpanel and hopefully get feedback from you very smart people before i do it.:smile:
Attachment 19846
Attachment 19847
Hopefully you can see these.
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
peachi
I would like to confirm the two locations where I am to change before I change it.
The instructions say to change both the /includes/configure.php and /YOURADMIN/includes/configure.php.
and I THINK I found them but not sure so I want to paste screenshots of the file path in my cpanel and hopefully get feedback from you very smart people before i do it.:smile:
Attachment 19846
Attachment 19847
Hopefully you can see these.
You found them! Now, also change the name (if you didn't already) of your secretadmin!
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
peachi
I would like to confirm the two locations where I am to change before I change it.
The instructions say to change both the /includes/configure.php and /YOURADMIN/includes/configure.php.
and I THINK I found them but not sure so I want to paste screenshots of the file path in my cpanel and hopefully get feedback from you very smart people before i do it.:smile:
Attachment 19846
Attachment 19847
Hopefully you can see these.
Quote:
Originally Posted by
lat9
You found them! Now, also change the name (if you didn't already) of your secretadmin!
yay! oh! i have to change the name of my secret admin to YOURADMIN?
Re: Form is not secure. Autofill has been turned off
No - that's just an example. You will need to create a new name for secretadmin. Any string of digits and letters will do.
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
swguy
No - that's just an example. You will need to create a new name for secretadmin. Any string of digits and letters will do.
ok thank you i will do that
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
swguy
No - that's just an example. You will need to create a new name for secretadmin. Any string of digits and letters will do.
oh i was not able to change the name of "secretadmin" . There is no rename file options. hmmm
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
lat9
noting that zc151 is very, very old ... But you might try setting (for both the /admin/includes/configure.php and the /includes/configure.php) both the http_server and https_server settings to use https:// protocol.
I'm guessing that your http_server settings are as define('http_server', 'http://bellinigirl.com') and am suggesting that you change that to define('http_server', 'https://bellinigirl.com);
remember, too, that the storefront version of that file is going to be marked read-only!
it worked!!!! It worked !! It worked! Thank you thank you thank you!!!!
Re: Form is not secure. Autofill has been turned off
Quote:
Originally Posted by
peachi
it worked!!!! It worked !! It worked! Thank you thank you thank you!!!!
:clap:Woo-hoo! You're very welcome.