문제

I am using WAMPSERVER (64 BITS & PHP 5.5) 2.5, and I need to set up HTTPS for my websites, so I have followed the instruction from the links below,

http://developersdigest.blogspot.co.uk/2012/03/wamp-server-2-https-ssl-configuration.html

and have also tried this one,

http://indiesphp.com/setup-httpsssl-on-wamp-server/

In the DOS Command windows, I enter httpd -t . it displays Syntax is OK.

But it says Unable to connect on my firefox when I hit https://{{localhost}}/

Any idea what I missed?

도움이 되었습니까?

해결책

if www project link are not include localhost?

Just to Edit wamp/www/index.php line 30

$suppress_localhost = true;

just change to

$suppress_localhost = false;

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top