Loading...
 
Skip to main content

Features / Usability


Accessing tiki server from other machine

posts: 56

Hi, I use the tiki+easyphp version distributed here. I deployed it on my server box. I found out that I cannot access it from other machine. I try to point to the tiki web application on my server using a URL in a form like this:

http://mymachineIPAddress/tiki

And the page is simply cannot be found. Do I need to configure anything in TOMCAT inside the easyPHP? Please let me know. Thank you.

Sakda

posts: 2881 United Kingdom

You might need to make it listen on other addresses than 127.0.0.1

Also make sure any firewalls allow port 80 or whatever your using through

Damian

posts: 56

> You might need to make it listen on other addresses than 127.0.0.1
>
> Also make sure any firewalls allow port 80 or whatever your using through
>
> Damian

Thank you Damian. Could you please let me know how to do this in EasyPHP because I am not familiar with Tomcat? Thank you again.