Andrew J Posted February 18, 2004 Posted February 18, 2004 Hi! Finally the installation was succesfull! But Im not able to create an account, when I click to the link the create_account.php wont come up. My site's url is: http://www.eware.hu/catalog/index.php What should I do to make it work?
Guest Posted February 18, 2004 Posted February 18, 2004 Did you purchase an SSL certificate for your domain name as it is calling that page as secure and apparently your domain does not have SSL cert. You can get to the create_account page by changing the https:// to http:// such as here: http://eware.hu/catalog/create_account.php?
Andrew J Posted February 18, 2004 Author Posted February 18, 2004 OK but people just clicking on it, they wont correct the url manually. So, where Can I change this ssl function back to normal. I dont want to reistall the package. Should I?
Guest Posted February 18, 2004 Posted February 18, 2004 In your catalog/includes/configure.php file change this to false: define('ENABLE_SSL', true); define('ENABLE_SSL', false);
Andrew J Posted February 18, 2004 Author Posted February 18, 2004 Problem solved. thx Some questions: I want to secure the admin region. Should I move out the /admin directory from the /catalog directory? It will properly functioning in the root folder? What is the proper method to install a new language package? Just copy the language packages into the /catalog/include/languages and /catalog/admin/include/languages folders? Im talking about the hungarian language pack. Or there are other things to do? And there is a zones.sql file where should I copying this file? Andrew
Recommended Posts
Archived
This topic is now archived and is closed to further replies.