my website is working well opening with http://jobs.com.mm/job-search/ but when I try to open with https, browser say The requested URL /job-search/ was not found on this server.
How can I solve this problem
below are my htacess rule
RewriteEngine on
RewriteRule ^job-search/?$ job-all.php [NC]
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
The https protocol is the secure version of http, to be able to access web pages using https you need to have SSL ( Secure Sockets Layer) set up on your server, I recommend using CloudFlare as they provide free SSL services meaning you can then access your website using https://. They run through the whole procedure to set up SSL but if you need any more help just ask, I’ve set up SSL on my server with CloudFlare and it is reasonably simple
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.