Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
hi, there, two days passed, i'm still not installed....
nginx1.9.1 + php5.6.9 X64 + win7 system...
I see this page : https://livehelperchat.com/nginx-config … -132a.html
"server {
listen *:80;
server_name localhost;
root D:/work/mid/nginx-1.9.1/html;
location ~ .php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param PATH_INFO $query_string;
fastcgi_param SCRIPT_FILENAME D:/work/mid/nginx-1.9.1/html/$fastcgi_script_name;
include fastcgi_params;
}"
and i put lhc_web folder in nginx/html folder, or lhc_web 's content directly into the nginx/html folder,
this “http://localhost/index.php/site_admin/install/install" or this "http://localhost/lhc_web/index.php/site_admin/install/install"
but still 404....
all document begin is install page i have been unable to enter
i need install the tutorial for windows... very need...
thank you very much~
Offline