Jump to content

Site works until ssl is enabled then 404


synapticus

Recommended Posts

Works fine connecting with port 80

I would think this might be an error in listen.conf here is what mine looks like

Listen 80

<IfDefine SSL>

<IfDefine !NOSSL>

<IfModule mod_ssl.c>

Listen 443

</IfModule>

</IfDefine>

</IfDefine>

Is this correct? What else might be the problem?

Thanks

Syn

 

Link to comment
https://forums.phpfreaks.com/topic/40262-site-works-until-ssl-is-enabled-then-404/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.