Jump to content
  • 0

Powered By Blesta


Question

Posted

I am trying to get ssl set up on my site but the link on the bottom of the pages: Powered by Blesta, © Phillips Data, Inc. breaks the lock on the browser. I would like to change the link to: https://www.blesta.com/  which I think should solve the problem.

 

Is this the right way of going about it and if so where can I find it in the code?

 

Thanks

Trevor

3 answers to this question

Recommended Posts

  • 0
Posted

OK, found it in /billing/app/views/client/default/structure.pdt

 

btw. It looks as if some css is missing if I go to https://www.blesta.com/

 

The other thing I need to change is the logo url. I will try and change it to a relative link which should solve the problem.

  • 0
Posted

A link to a non-secure page should not affect your SSL because it's not a resource. Links to CSS files, javascript, images, are resources and will need to use https, or a schemeless format "//path/to/resource", but not hyperlinks.

 

If your browser isn't showing the lock icon, it's because of a different resource.

  • 0
Posted

Yes you are correct, it was my logo at the top of the page that was causing the problem. I changed it to a relative link and it's working fine now.

<img src="/billing/app/views/client/default/images/logo.png" alt="Logo" />

Thanks

Trevor

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...