Hi,

I just did a clean install of zc 1.3.9a and began adding mods. My very first mod was Backup MySite V1.f (second was going to be Backup mySQL).

The zc install was done via zc_install (not a prepackaged install done automatically by host). My ssl cert seems to be installed correctly:
1. Customer login seems to go the correct https route without probs.
2. Entire "admin" section appears to be correctly protected (https).

In the admin area, I can change settings and add/remove/edit products.

I did discover one minor error AFTER installing the backup mysite and that was that I could log into admin via https, but all subsequent links supplied via drop down menu were to http not https. I fixed that by adjusting the admin/configure.php to all reference https.

After fixing this problem, I ran the Backup Mysite to make sure it worked. Upon clicking on the BACKUP button, I received the following error:

File not found
Firefox can't find the file at https://www.MYSITE.biz/adminRENAMED/...?action=backup

So I double, triple, quadruple checked to be sure I had put the mod files in the correct directory.

Then I went back to the zc 1.3.9 install docs to be sure I had correct chmod permissions.

Then I went back to the file admin/backup_mysite.php to check chmod (it was 755). I then changed it to 777 and re-ran the backup.

At this point I received an Internal Server Error (The server encountered an internal error or misconfiguration and was unable to complete your request.).

Grrrr! I have searched the Forum for anybody having similar issues, found nothing.

Can someone point me in the right direction please? I'm wondering if this might be a cache thing (because I fixed the https info in the config file AFTER installing the mod) and, if so, how to clear it out?

Thanks,
Mike