PHP/Networking thoughts

Permalink
I have a home network with an Ubuntu LAMP setup, 2 Vista PC's, and another Ubuntu box. I am unable to view my C5 pages within my local network unless I am on my Ubuntu LAMP server box. Let me type that again - only the C5 pages are hiding. They time out. My Wordpress pages and hand-coded PHP pages pull no prob.

Is there anything coded in C5 that would cause this issue, or do I have more networking refinements to accomplish here?

rbucky
 
Remo replied on at Permalink Reply
Remo
It is a bit hard to find that problem without having a debugger but the only thing I could imagine is a redirect problem.

C5 tries to redirect to the base url and if it fails it might redirect forever...

Just a guess!
ebtech replied on at Permalink Reply
I had the same setup and problem. I went to concrete5/config/site.php and changed localhost to the ip of the server. Fixed.
ebtech replied on at Permalink Reply
I had the same setup and problem. I went to concrete5/config/site.php and changed localhost to the ip of the server. Fixed.
rbucky replied on at Permalink Reply
rbucky
I had not thought about looking at that file. However, the site.php is currently set to myhttp://buckyspalace.net domain. I fiddled with it to read localhost, my ip, and my internal ip for the giggles of it without success.

I appreciate the suggestion.

~Mark