Hello Hassan,
I host a wordpress website on a VPS ! I installed the premium url shortener on the subdomain of my website !
Example my subdomain is example.mysite.com, how can make my url shortener with certificate ssl ?
A already checked your article : https://blog.h-educate.com/premium-url-shortener-saas-business/
I run this commands :
1- sudo add-apt-repository ppa:certbot/certbot
2-sudo apt-get update
3-sudo apt install python-certbot-apache
4-sudo certbot –apache -d example.mysite.com
But it dosn’t work !! My website still have http part (no redirection even if I chose the option that requires https redirection ) and https doesn’t work properly (the site is displayed with the images displayed randomly)
What i did wrong ?