Report this

What is the reason for this report?

404 not found, Not Found The requested URL /job-search/ was not found on this server. when opening with https but http can open

Posted on January 2, 2018

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.