You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
What are the steps needed to make CCP https for the entire site? Thanks.
Offline
Using your installer, update your Non-SSL URL so it uses an 'https'. It will be important that your Non-SSL URL and SSL URL entries are exactly the same. You may need to submit a support ticket with Kryptronic with your license key in it, asking us to reset your URL prior to making this change.
Then, login to admin and execute the following statement in Raw DB Admin:
UPDATE core_namespaces SET hreftype='SSL' WHERE hreftype='Non-SSL'
Offline
Hello:
I went through the steps and now I'm getting 404 errors. Any suggestions?
Offline
404 errors are usually generated on SEO URLs when you have your .htaccess file improperly set up. Do you get a 404 when accessing the index.php script directly using the SSL URL? Does your host have Mod Rewrite for Apache configured over SSL? Have you tried turning SEO off in the software temporarily to see if the 404s go away?
Offline
Yes the direct link to the index page gives me the error. Also when I turn the SEO off the links are working properly. Any suggestions? Thanks.
Offline
I modified the #RewriteBase / code by removing the hash tag. That seemed to fix the issue. Could this have been the issue? Thanks.
Offline