1

I'm using xampp to run web applications on local server.

Now, I'm testing two applications:

http://localhost/ontrack/

http://localhost/perfex/

I tried to access both of them from another device (tried mobile and other laptops connected to the same wifi.

my IP address: 192.168.137.1

http://localhost/ontrack/

First Application

(worked fine)

http://localhost/perfex/

Second Application

The IP address is reverted to localhost and not working.

How can I solve this?

  • Does this answer your question? [Accessing localhost (xampp) from another computer over LAN network - how to?](https://stackoverflow.com/questions/5524116/accessing-localhost-xampp-from-another-computer-over-lan-network-how-to) [access xampp server from other PC over LAN](https://stackoverflow.com/a/43844434/4903314) – Umair Khan Jun 08 '20 at 11:10
  • I've found the problem, it's related to perfex crm configuration itself. Thanks for your help. – Mohamed Shamoon Jun 08 '20 at 13:01
  • @MohamedShamoon If you post the solution here (answer your own question), it could help someone in the future. – JakeParis Jun 08 '20 at 14:28

1 Answers1

0

All I had to do is to open app-config.php and change this line to whatever I wanted.

define('APP_BASE_URL', 'http://localhost/crm292/');