I have done all of that. I have the SSL and all. I copy and pasted the info in the right directories already.
I have done all of that. I have the SSL and all. I copy and pasted the info in the right directories already.
When you say you copied and pasted in the right directories, do you mean that you INSTALLED the certificate on your server? Copy and paste is not the same as INSTALLING a SSL Certificate.
20 years a Zencart User
Thanks
I have installed it. I have changed the config.php file but cannot upload it. Where do I change the permissions?
It tough being new![]()
Remember... there are TWO configure.php files.
One governs the front end (your shop)
The other governs the back end (your admin console).
These two files are SIMILAR, but have some important DIFFERENCES. You must make sure you do not confuse the ADMIN configure.php with the CATALOGUE configure.php.
You can edit these files in two ways.
1. Via FTP, using your FTP program to call a copy to a good text editor on your local drive.
2. Via a browser-based control panel, like C-PANEL.
I tend to use the C-PANEL option, because my server seems to prefer C-Panel for changing permissions.
Either way - make sure you edit these files with a text editor that does NO formatting whatsoever!
The location of the two configure.php files are:
public_html/includes/configure.php (this is for your front end)
public_html/admin/includes/configure.php (this is for your admin area)
When you open these files to edit, it will be quite clear what alterations are needed.
--------------------------------------
To change permissions...
In FTP, you generally "highlight" the file on your server by clicking it once. Then, "right-click" the mouse. Then choose "properties". Then change the settings from to at least 644. You may need 755. Remember to set them back to 444 (or 644) once you have edited the file.
If you get a security warning at the top of your webshop screen - even with 644, take the permission levels to 444.
In C-Panel, find an highlight the file. Depending on your version of C-Panel, locate the "change permissions" link. You will need to consult your c-panel documentation if necessary.
----------------------------------------
I'm a bit confused though... when you SET UP zencart, you would have had to set different permissions on a lot of directories during set-up. How did you do this if you are unsure of how to change chmods?
![]()
20 years a Zencart User
Ok I have edited the confige files but I still cannot get it to work.
I don't think my Override files are working.
There are no over rides for the config files
and If you have to have 2 complete sets of files to be able to operate a site under ssl,
thats just nuts.......
Observe what Merlin says...
The PATH to the configure.php files are:-
public_html/includes/configure.php (this is for your front end)
public_html/admin/includes/configure.php (this is for your admin area)
(This assumes your root directory is called "public_html").
DO NOT put edited versions of configure.php anywhere else - there is no over-ride here... these files are the doorway to your website and specify where everything is located.
IF your certificate is properly installed and IF you have edited and saved correctly the configure.php files, then your SSL will work.
20 years a Zencart User