ACCESSING CMS REMOTELY
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
ACCESSING CMS REMOTELY
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?
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
You will have to change config to get it to work when not doing localhost access...
Re: ACCESSING CMS REMOTELY
Are you sure your IP address is right? Your's looks like it's 8 bits short.wizard0304 wrote: when accessing the url remotely, i.e http://192.168.6:8088/site the template will not display
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY
192.168.0.6
Internal ip
Internal ip
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY
$config['root_url'] = 'http://192.168.0.6:8088/site;
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY
i can post the outside url if anyone wants to see what is is doing
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY
Last edited by wizard0304 on Thu Dec 23, 2010 9:52 pm, edited 1 time in total.
Re: ACCESSING CMS REMOTELY
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...
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY
How can it not be a cmsms problem when the template wont display?
Re: ACCESSING CMS REMOTELY
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.
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
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
Ronny
-
- New Member
- Posts: 7
- Joined: Thu Dec 23, 2010 7:24 pm
Re: ACCESSING CMS REMOTELY(SOLVED)
i figured it out. I failed to set all pages to current template. All is fine now
Thanks guys!
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