Jump to content

maicol07

Members
  • Posts

    283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by maicol07

  1. Ok, now it's available. Could you change the one here in the forum as it were before?
  2. It says it's not available
  3. What about my username?
  4. maicol07.tk and its subdomains Also maicol07.it subdomains
  5. Could you maybe release my username and domain(s) from Tommy so I can use them on Ricky? Thanks
  6. Hi, I was a Tommy user (username: maicol07) and I would like an invitation to the Ricky server and later move my account to Tommy. Some time ago I made a donation (through PayPal) for a Tommy invite. Can I get it? I can't stay up in the night to have a chance to get a Ricky account as in my timezone it is 2 hours past the midnight. PayPal donation email: c.battistini@tiscalinet.it Email where the invite would be sent: maicolbattistini@live.it Thanks
  7. Will Tommy rebuilding include a new CPanel (version)?
  8. Thank you!
  9. Ok thanks for your help!
  10. Ok, I've disabled cloudflare only for the updates subdomain to let AutoSSL issue the certificate. Now, if I go to updates.maicol07.it through plain HTTP it shows the Account Queued page...
  11. Speed improvements. As servers is located in California and I'm in Italy, I think Cloudflare can speed up page loading time. So the feature I need is the CDN one
  12. WordPress uses another htaccess in a subfolder to redirect users. The problem is that it gives the redirect error. I'm trying to set up a cloudflare page rule to exclude the .well-known folder
  13. What about WordPress? It gives the redirect error
  14. Can I do this with .htaccess instead of in files?
  15. Site works but without htaccess rules there is no redirect
  16. UPDATE: This is the new .htaccess: Header set Strict-Transport-Security "max-age=31536000" env=HTTPS ##### SSL ##### # Enable the Rewrite capabilities RewriteEngine On # Check if connection is not already HTTPS RewriteCond %{HTTPS} off # Whitelist well-known folder (AutoSSL) RewriteCond %{REQUEST_URI} !^/.well-known # Redirect users from their original location, to the same location but using HTTPS. # i.e. http://www.example.com/foo/ to https://www.example.com/foo/ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} But there is a permanent redirect error... what can I do?
  17. Ok, so now my htaccess is like this and my site is broken by redirect error: Header set Strict-Transport-Security "max-age=31536000" env=HTTPS RewriteEngine On # This will enable the Rewrite capabilities # This checks to make sure the connection is not already HTTPS RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ 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} # This rule will redirect users from their original location, to the same location but using HTTPS. # i.e. http://www.example.com/foo/ to https://www.example.com/foo/ RewriteCond %{HTTP_HOST} ^maicol07\.it$ [OR] RewriteCond %{HTTP_HOST} ^www\.maicol07\.it$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ 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 ^status$ "https\:\/\/status\.maicol07\.ml\/" [R=301,L]
  18. Also HSTS?
  19. I've already set up redirects in .htaccess. So does those two Cloudflare options break AutoSSL?
  20. What about HSTS and Automatic HTTPS rewrites from Cloudflare?
  21. This one, right?
  22. If I disable Cloudflare SSL option, will AutoSSL work?
  23. Hi, I've created a new subdomain (updates.maicol07.it) where I installed OctoberCMS from Softaculous. CPanel issued a self-signed certificate that expires next year but if you try to open https://updates.maicol07.it it says: Ahoy! You're seeing this page because you've reached a website on our service that's not configured to accept secure connections (HTTPS). If you're a visitor, try visiting this site again, removing the "https" in front of the website domain. Please note that your connection to this user's website will not be secure. If you're the webmaster of this site, we recommend you take a few minutes to set up SSL so your visitors can connect securely. You can do this from your control panel. If you need assistance, please visit our support forums or Wiki. Thanks for choosing HelioHost! Sincerely, What should I do? Wait for AutoSSL? Note that some days ago I've set up Cloudflare. Thanks
×
×
  • Create New...