Ken notes this issue that he resolved - Nice work Ken.
Uniform Server uses Port 80; I have IIS installed and running on Port 80, so Uniform Server wasn’t working. To get around this I modified the port for Uniform Server in the file httpd.conf (Uniform Server3.3.2\diskw\usr\local\apache2\conf). Just search for “80†and change it (2 places in the file) [lines 125 & 262]. Use an unused port and voila!
When you start up Uniform Server in order to access the Admin page you need to add the port number like so: http://localhost:81/apanel/. However, the url for Tracks is unaffected by this.
Make sure that you do not have another service running on Port 80. (Command prompt: ‘netstat -an’ will show you what ports are being occupied. Do this before starting the server. If any IP followed by :80 exists, port 80 is being used). If it is, you have to alter one file in the Unform Server package, as above, to redirect it to another port.
