Can anyone please tell me which file I need to edit to amend the hyperlinks in the main catalog box?
Can anyone please tell me which file I need to edit to amend the hyperlinks in the main catalog box?
You'll have to describe that more fully. I can't tell what part you mean by "main catalog box".
sorry - I mean the left hand box on the index which contains all of the product names.
I've installed my SSL cert on www.mydomain.com but the links all point towards http://mydomain.com/product_path instead of the required https://www.mydomain.com/product_path.
Hope that's a bit clearer?
Dave.
Your /includes/configure.php and /admin/includes/configure.php are the files that direct links like that.
You will have to take care of the www.yourdomain.com vs yourdomain.com, and editing the configure files directly for that may cause problems. Search around for discussions on redirecting for this case. You may need some other help or adjustment too - I haven't worked with SSL directly yet.
Thanks Glenn.
I'll proceed with caution.
For anyone else reading this, you'll have to change the permissions of your configure.php file before you edit it as it's a read only file.
Dave.