Page 1 of 1

CMS Newbie Publishing CMS

Posted: Wed Oct 04, 2006 9:18 am
by john m
I want to publish CMS through ISA 2004 sp2
At the moment as it is a demo website I want to keep my existing website live.
I have published the demo website on port 81 externally redirecting to 80 to the IIS box which run CMS
The website seems to be the in a fashion.. it strips out all data apart from links? Which doesn’t display? Any idea do I need to publish an additional port? Please help!!!! Thanks in advance

John M

Re: CMS Newbie Publishing CMS

Posted: Wed Oct 04, 2006 10:03 am
by Dee
john m wrote: The website seems to be the in a fashion.. it strips out all data apart from links? Which doesn’t display?
Sorry, no idea what you mean exactly there...
Never tried running CMSMS on another port, but I guess you'd need to specifiy it in the url settings in config.php like

Code: Select all

$config['root_url'] = 'http://example.com:81/cms';
john m wrote: Any idea do I need to publish an additional port?
I would setup the new site in a subdir, not on another port.

Re: CMS Newbie Publishing CMS

Posted: Thu Oct 05, 2006 6:30 am
by iNSiPiD
Nope, you don't. CMS shouldn't care what port it's being run through.

I don't understand the rest of the question.