I changed the config files to (my images folder is on a sub domain)
config.phpto
Code: Select all
define('HTTPS_SERVER', 'https://www.domainname.nl/');
define('HTTPS_IMAGE', 'https://images.domainname.nl/');
Code: Select all
define('HTTPS_SERVER', 'https://www.domainname.nl/admin/');
define('HTTPS_CATALOG', 'https://www.domainname.nl/');
define('HTTPS_IMAGE', 'https://images.domainname.nl/');
When i buy something and go to the checkout page i get a green lock but i won't load the page and will show a 404 page. It does show the green lock with our name
Code: Select all
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Code: Select all
[Sun Oct 14 20:43:57 2012] [error] [client ] script '/home/*/domains/domainname.nl/private_html/index.php' not found or unable to stat
[Sun Oct 14 20:43:57 2012] [error] [client ] File does not exist: /home/*/domains/domainname.nl/private_html/404.shtml
[Sun Oct 14 20:43:57 2012] [error] [client] File does not exist: /home/*/domains/domainname.nl/private_html/favicon.ico
[Sun Oct 14 20:43:57 2012] [error] [client ] File does not exist: /home/*/domains/domain.nl/private_html/404.shtml
What am i doing wrong?