[Solved]$config['root_url'] problem
Posted: Fri Jan 23, 2009 8:19 am
I installed CMCMS 1.5.2 and I had an issue where:
Default Install:
1. From my local lan access the web site without an issue. All pages rendered correctly
2. Could not access rendered pages correctly from the internet
I changed my 'root_url:2001' string to be my dyndns domain name and the following occurs:
1. Can access all pages without a problem and they are all rendered as expected
2. Can not access my web site at all from my local LAN
As a third try to resolve the issue, i added the local lan IP address dyndns url in the config.php file, one after the other, with the local lan address 1st and dyndns as the second
1. $config['root_url'] = 'http://X.X.X.X/';
2. $config['root_url'] = 'http://www.URL.com:2001/';
The output of this is that the web works from the internet, and i can only get the text and no rendering form the internal lan
Can someone help and explain what I need to do to resolve this issue.
I have looked throught he forums and can't work out what the issue is
Default Install:
1. From my local lan access the web site without an issue. All pages rendered correctly
2. Could not access rendered pages correctly from the internet
I changed my 'root_url:2001' string to be my dyndns domain name and the following occurs:
1. Can access all pages without a problem and they are all rendered as expected
2. Can not access my web site at all from my local LAN
As a third try to resolve the issue, i added the local lan IP address dyndns url in the config.php file, one after the other, with the local lan address 1st and dyndns as the second
1. $config['root_url'] = 'http://X.X.X.X/';
2. $config['root_url'] = 'http://www.URL.com:2001/';
The output of this is that the web works from the internet, and i can only get the text and no rendering form the internal lan
Can someone help and explain what I need to do to resolve this issue.
I have looked throught he forums and can't work out what the issue is