Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/2020 in all areas

  1. Yes we recommended than using Wordpress.
    1 point
  2. There is a way you can do WordPress to Joomla Migration, just search and download cms2cms extension from their official site and follow the instructions on how to used. But before you do the migration be sure your WP is not already infected otherwise adhere to @wolstech and start all over from the scratch. Sorry bad English
    1 point
  3. You'd have to toss it out and start over. That's the one downside. Most people we make this recommendation to are newcomers, so they haven't built anything yet.
    1 point
  4. Normally when you do the Register Application step it creates two files. One for http and one for https. When I checked your account the https one was missing, so that's why it worked over http, but not https. To fix it I copied the http setting over to the https virtualhost and restarted apache. The reason I think it happened is you probably added that domain, and then quickly registered the application prior to autossl running and setting up ssl for that domain. Since the https virtualhost didn't exist at the time register application couldn't create both records like it normally does. To fix it yourself you probably could have just ran the register application step of the guide again, and waited two hours for apache to restart. To prevent it from happening in the future, just make sure ssl is working before you register the application.
    1 point
  5. There you go https://akilis.cf/
    1 point
  6. What do you mean by that? It’s already valid and you’re on Tommy which is do have an automatic SSL Certificate feature.What I mean is that SSL is now valid but website frontend and backend disappeared as if there is no script in the ghost directory Ah I think you talking about this domain ernestd3.heliohost.org that isn’t forcing it using https. Add this code inside the .htaccess file if you don’t have one yet. RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    1 point
×
×
  • Create New...