Page 1 of 1
ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 7:29 pm
by wizard0304
CMS Version 1.92
php 5.31
MySql 5.1.41
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
OS WINNT 5.1 On i586
Xampp for windows version 1.7.3
when accessing the url remotely, i.e
http://192.168.6:8088/site the template will not display
It will display using
http://localhost:8088/site
How to fix?
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 7:36 pm
by Dr.CSS
You will have to change config to get it to work when not doing localhost access...
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 7:46 pm
by Wishbone
Are you sure your IP address is right? Your's looks like it's 8 bits short.
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 9:19 pm
by wizard0304
192.168.0.6
Internal ip
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 9:22 pm
by wizard0304
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 9:24 pm
by wizard0304
i can post the outside url if anyone wants to see what is is doing
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 9:24 pm
by Wishbone
That might help.
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 9:49 pm
by wizard0304
Re: ACCESSING CMS REMOTELY
Posted: Thu Dec 23, 2010 10:53 pm
by Dr.CSS
Sorry but this is really not a CMSMS problem, a few others have sites hosted on their computers with no problems, maybe you want to look into dyndns...
Re: ACCESSING CMS REMOTELY
Posted: Fri Dec 24, 2010 3:12 am
by wizard0304
How can it not be a cmsms problem when the template wont display?
Re: ACCESSING CMS REMOTELY
Posted: Fri Dec 24, 2010 4:24 am
by Jeff
It depends on where and how you are accessing it.
In your config file you are using an internal network IP address. Which won't work if you accessing on the internet via the links you gave us. But if you are on the internal network and are still having a problem then it is probably a networking issue.
But if you are on the internet the config.php needs to have a valid address/domain for the users to see the server which 192.168.0.6:8088 isn't valid for the internet.
Re: ACCESSING CMS REMOTELY
Posted: Fri Dec 24, 2010 5:57 am
by RonnyK
another option would be to run the installer, with the outside ip/dns and then in step 5 UNCHECK the ticks to create table and install default content. With those 2 unticked a new config.php will be created, where the paths will be correct.
Ronny
Re: ACCESSING CMS REMOTELY(SOLVED)
Posted: Sat Dec 25, 2010 5:33 pm
by wizard0304
i figured it out. I failed to set all pages to current template. All is fine now
Thanks guys!
RonnyK wrote:
another option would be to run the installer, with the outside ip/dns and then in step 5 UNCHECK the ticks to create table and install default content. With those 2 unticked a new config.php will be created, where the paths will be correct.
Ronny