skip to Main Content

URL Blocking Bots – CPanel

I have a client who I am trying to setup an SSL certificate for via SSL for Free, like I have done 100 times before. I created the file structure under public_html: .well-known > pki-validation > <uploaded verification file> I…

VIEW QUESTION

Letsencrypt SSL site can't be reached – Apache

I am trying to integrate SSL with my Laravel site http://enablerochester.com. I tried following the tutorial for setting up certbot on Ubuntu 18.04 here: https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04 however after following each step https still doesn't work. Within my /etc/apache2/sites-enabled I have two…

VIEW QUESTION

Redirect HTTP to HTTPS with VirtualHost – Apache

I have Let's Encrypt SSL certificate for exampledomain.com. www.exampledomain.com redirects to https://exampledomain.com, but exampledomain.com gives "Apache2 Ubuntu Default Page". I use following .conf file for domain in sites-available folder: <VirtualHost *:80> DocumentRoot /var/www/html/mydomain ServerName mydomain.hu ServerAlias www.mydomain.hu RewriteEngine on RewriteCond…

VIEW QUESTION
Back To Top
Search