Hello,
i'm trying to access my projeqtor at other pc but in the same intra-net ,i can ping my localhost ip at which my projeqtor is installed ,
but i'm trying to access my projeqtor using browser ,typing http://localhost ip:80/projects (80 is port used for Apache ,and projects is Easy-PHP directory
at which projeqtor code is stored .
Could someone tell me how i can solve it ?
Thanks in advance...
1) your network can filter http acess between workstations. You then can ping PC but cannot access remote web application.
2) to allow remote access your apache must listen to corresponding IP. Default LISTEN for windows PHP statck is 127.0.0.1 or localhost. Then no remote access will work. Replace with you IP.
small error
must be
127.0.0.1 or localhost
for access try address in browser
http://ip:port/
where ip is ip of computer where projeqtor installed
pot is port of apache server, default if 80 or in some cases 8080, 8081...
small error
must be
127.0.0.1 or localhost
You're righ, I fixed the IP in the message.
Thanks