If your trying to get cmsms running on your local lan on windows XP try this:
1. Get yourself a windows apache mysql php bundle. Look for WAMP and get whatever one has the most active web boards at the moment. Install.
2. Find the httpd.conf file and edit the section about half way down the file, edit in the IP's for your Lan. You should be using static IP's, check the properties of your lan cards.
Order Deny,Allow
Deny from all
Allow from 192.168.1.126
Make sure you include the IP of the machine you are on.
3. Create your database, I used phpMyAdmin for the job.
4. Place your new download of CMSMS into a folder in the www directory. You should be able to get to the install page from your browser at
http://localhost/CMSMS/ I had to make a new .txt file and rename it to config.php and place it in the CMSMS folder.
5. Once your install is finished find that config.php file you made before and edit it. Near the top in Path Settings look for and edit:
$config['root_url'] = '
http://localhost/CMSMS'; add your host machine's IP like so:
$config['root_url'] = '
http://192.168.1.211/CMSMS'; <<<This is the address you will use from other computers in the Lan to get to your cmsms.
Save and restart the server.
Hope this helps. If it doesn't work you may have firewall or sharing issues. You don't have to open ports in your router unless you want to access your computer from the internet.
