Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/01/2016 in all areas

  1. Michael

    Force Ssl + Htaccess

    I was helping a customer out with their Blesta install and I can't seem to get the force SSL working via .htaccess. I've always used this code: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com [NC] RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301] RewriteCond %{SERVER_PORT} ^80$ RewriteRule .* https://domain/{REQUEST_URI} [R,L] But when you go to the portal: The following don't work: - Support Tickets - Order - Downloads I'm a bit confused because if you remove the code and go to https:// it works fine but I want to force SSL.
    1 point
  2. Michael

    Force Ssl + Htaccess

    Thanks mate i'll try that and use that in the future shorter Edit: Cody you are a legend thank you.
    1 point
  3. Anton Qcl

    Behavior Of Renew Date

    Yes, that's what happens. But in this case, the event "renewService" will never happen. Why is there method in a module that handles the event, if it can't ever come?
    1 point
×
×
  • Create New...