I just set up a virtural server running Win2003 + XAMPP + CMSMS version 1.1.3.1
The CMSMS default page shows up normal when using the browser on the server but when any remote PC views the site all they get is the plain black on white text with no CSS formatting.
Is there any tests I can do to figure out where the Style Sheets are being stopped?
Any help is greatly appreciated!
Thank you,
Mike B.
[Solved] Templates/CSS shows up only on servers browser
[Solved] Templates/CSS shows up only on servers browser
Last edited by WarMace on Tue Sep 25, 2007 6:07 pm, edited 1 time in total.
Re: Templates/CSS shows up only on servers browser
I think the problem lies with your config.php file.
Edit the line that says: "$config['root_url'] = 'http://localhost';" and replace it with your servers external IP address, or domain name.
Edit the line that says: "$config['root_url'] = 'http://localhost';" and replace it with your servers external IP address, or domain name.
Re: Templates/CSS shows up only on servers browser
That did it THANK YOU!
One last question, is there somewhere in the install steps where I missed a instruction that would have prevented this?
One last question, is there somewhere in the install steps where I missed a instruction that would have prevented this?
Re: [Solved] Templates/CSS shows up only on servers browser
Not sure, there could have been, but I change mine every few minutes to test from an external computer (I have a test server running on my development machine)