stevecanuck
Programmer
Hi,
I've built an app in PHP and deployed it to a shared hosting site. I can access the pages on my site using HTTP. However, when I put the same URL using HTTPS, it gives me a 404 error.
What do I need to modify in order to tell Apache to point to the same filesystem location for SSL requests?
Side note: I haven't purchased an SSL certificate for my domain yet, but the hosting company has a cert they provide, and which I can essentially use by treating the mis-matched cert as an exception in my browser. Besides, the current deployment is a test environment so I don't want to purchase a cert for that.
Can anyone point me in the write direction? I am thinking I need to modify .htaccess, but I am hoping there is a simple recipe to follow.
Thanks,
Steve
This
I've built an app in PHP and deployed it to a shared hosting site. I can access the pages on my site using HTTP. However, when I put the same URL using HTTPS, it gives me a 404 error.
What do I need to modify in order to tell Apache to point to the same filesystem location for SSL requests?
Side note: I haven't purchased an SSL certificate for my domain yet, but the hosting company has a cert they provide, and which I can essentially use by treating the mis-matched cert as an exception in my browser. Besides, the current deployment is a test environment so I don't want to purchase a cert for that.
Can anyone point me in the write direction? I am thinking I need to modify .htaccess, but I am hoping there is a simple recipe to follow.
Thanks,
Steve
This