I moved my site to a new server/host last night. My SSL server is: https://argonaut.nocdirect.com/~myuser/
I can pull up my main site/store no problem but when I click on an area that is to be SSL I get a 404 and it shows the path it is trying to find, which should be valid.
My old host the SSL was simply mysite.theirsite.com and on this one the /~user is confusing and I believe the source of the problem.
Can anyone shed some light on what I can do to make this work?
Here is what my config files ask for and what I have entered:
Code:
define('HTTP_CATALOG_SERVER', 'http://mysite/mystoredirectory');
define('HTTPS_CATALOG_SERVER', 'https://argonaut.nocdirect.com/~myuser/mystoredirectory');
When I put this in my browser bar I get the site no problem:
https://argonaut.nocdirect.com/~myus...toredirectory/
But if I put anything after the directory ( a specific page), I get the 404
https://argonaut.nocdirect.com/~myus...toredirectory/
The browser bar shows this on the 404:
https://argonaut.nocdirect.com/~myus...ory/login.html
.... which looks correct to me, so I am wondering what I am missing or if this is some sort of incompatibility with my new host's shared SSL? I present this same message to them and they said "It works fine". Yeah, right. 404s are not what I call "working fine"!
I really need to get this fixed asap so I can take transactions again! In the meantime I do plan on getting my own cert this week but I need the site running first so I can still take sales. (BTW, any recs on where to buy? Go Daddy offers basic for $29.99/yr with a sale right now for half that. Any reason why that won't suffice?)
Thanks to anyone who can help.




