I tried setting up https on my site. If I browse to my forum using http://www.nonewbs.com everything works as it should. If I browse to my forum using https://www.nonewbs.com I get the secure icon in the address bar but all I see on the screen is raw php data. The site doesn't appear to load correctly.
![]() |
Are you using shared hosting or is this a VPS or other server you've set up yourself? If it's shared hosting, you will need to contact your host.
(2018-10-16, 08:02 PM)dutchfo2o Wrote:(2018-10-16, 07:31 PM)Euan T Wrote: Are you using shared hosting or is this a VPS or other server you've set up yourself? If it's shared hosting, you will need to contact your host. Are you using Nginx or Apache? It sounds like there is a difference between the virtual host configuration for the HTTPS version of the site and the standard version, with the HTTPS version not passing the PHP scripts back to PHP (PHP-FPM, PHP in FastCGI mode, or mod_php - depending on setup). (2018-10-16, 09:27 PM)Euan T Wrote:(2018-10-16, 08:02 PM)dutchfo2o Wrote:(2018-10-16, 07:31 PM)Euan T Wrote: Are you using shared hosting or is this a VPS or other server you've set up yourself? If it's shared hosting, you will need to contact your host. I am currently running apache. I do not have nginx installed. (2018-10-16, 10:31 PM)dutchfo2o Wrote:(2018-10-16, 09:27 PM)Euan T Wrote:(2018-10-16, 08:02 PM)dutchfo2o Wrote:(2018-10-16, 07:31 PM)Euan T Wrote: Are you using shared hosting or is this a VPS or other server you've set up yourself? If it's shared hosting, you will need to contact your host. Make sure you have something like the following in your Apache configuration then:
More information is available here, as the settings depend on how you're running PHP: https://wiki.apache.org/httpd/php |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)