Problem with access to my prpjectpier web.

Hi.

I've installed projectpier in my local server. Installation was successful but I have a problem with access.
I need access from my LAN's pc and too from external pc but i can't.

If i define: define('ROOT_URL', 'http://myserver.dyndns.org/projectpier'); i can´t access from my LAN. I'm redirected to my router configuration page

If i define: define('ROOT_URL', 'http://192.168.2.2/projectpier'); i can't access from out pc.

How can I fix it?

Thanks.

This is kind of outside of the scope of this support channel, but I think you need to open port 80 on your router and map it to your local PC. You will want to use the domain name version for the root url. First make sure you are able to access the local webserver from the external url - then we can help trouble shoot any other PP issues.

Hi.

I've mapped 80 port on my router and I'm able to access the local webserver from a external ip.

I think the problem is with ROOT_URL because if ROOT_URL=http://192.168.2.2/projectpier and i try access from external pc (http://mydomain.dyndns.org/projectpier) the URL change in browser to http://192.168.2.2/projectpier and don't works because 192.168.2.2 doesn't exists in external pc LAN. Instead if ROOT_URL=http://mydomain.dyndns.org/projectpier/ i can access from external computer but no from LAN.

I try other applications, like egroupware, and works well.
I think is ROOT_URL issue

Thanks.

It sounds like you have set it up via the local ip, which can cause some problems. Try installing it via the external domain and that should correct any path problems.

Hi,

I would know if you have the solution for this problem.

I need to use project pier from my office and from my house, but I only can use from one place. I have a router with redirect from WAN to LAN (port 80), but in the login screen the ROOT_URL= local address.

Could you help me?

Thanks

Same problem here, I need to access the site both at the office (on the same subnet as the server) and externally. I've changed the root url and can only get the site to only load at the office OR only externally through the internet, not both.

Has a resolution to this been found yet? I'm really anxious to get to using this at the office and at home!

Thanks!

you need to make sure you are using the same url to access the site from both inside and outside any internal networks.

This can often be a matter of setting up the internal network to recognize the outside url, or on a personal windows computer inserting an entry in your hosts file.