Ask a Question related to PHP Development, Design and Development.
-
Jason Jacobs #1
PHP won't parse under https, but will with http
I'm not sure if this is the right forum for this question, but I'm hoping someone can help nonetheless. :)
I installed an SSL Cert. on a site the other day for a checkout page, and the php won't parse. If I take the "s" off, it parses just fine. I have a feeling it's an httpd.conf setting, but I don't know where to look. Maybe it's a php.ini issue to make it parse on port (whatever SSL is)? Thanks for any suggestions.
-jason
------------------------------
web developer
Factory7.com
354-9977
Jason Jacobs Guest
-
Switching Between HTTP and HTTPS
Hi I wish to have a web site that has most of the pages as normal HTTP pages but has some areas that use HTTPS. I want to have it that if a user... -
http to https
Is there a coldfusion function that determines the gives me the protocol of the address bar(http, https) .I tried GetHttpRequestData, but I do not... -
[PHP] PHP won't parse under https, but will with http
>> Is this a virtual host ? How did you define the AddType in httpd.conf ? Yes. And I believe our AddTypes are set for each v-host. In this case,... -
HTTPS to HTTP
When I am using server-side button to switch from https to http by using response.redirect "http://a.apsx" in response to the client event, I am... -
Switching to and from http and https
hello all. currently, this is how a line of my form is setup (names have been changed to protect the innocent ;) <form... -
Catalin Trifu #2
Re: PHP won't parse under https, but will with http
Hi,
Is this a virtual host ?
How did you define the AddType in httpd.conf ? as global
directive or for each vhost ?
Also check that u'r apache listens to 443. Does pure .html
page display ?
Cheers,
Catalin
"Jason Jacobs" <jason@factory7.com> wrote in message
news:003901c36d7d$aaac8b40$4000a8c0@ceit...
I'm not sure if this is the right forum for this question, but I'm hoping
someone can help nonetheless. :)
I installed an SSL Cert. on a site the other day for a checkout page, and
the php won't parse. If I take the "s" off, it parses just fine. I have a
feeling it's an httpd.conf setting, but I don't know where to look. Maybe
it's a php.ini issue to make it parse on port (whatever SSL is)? Thanks for
any suggestions.
-jason
------------------------------
web developer
Factory7.com
354-9977
Catalin Trifu Guest



Reply With Quote

