Hi all,
I currently have subsonic setup as a home server, with a domain pointing to my external IP so I can access the subsonic login page directly via the domain.
This means subsonic is accessible via:
http://mywebsite.com
http://10.221.223.21 (external IP)
As I wish to run a web server off this box in addition to subsonic, I need to move the subsonic files to a subfolder on the server so that to get access to subsonic externally via a web sub folder, e.g.:
http://mywebsite.com/subsonic/
http://10.221.223.21/subsonic/
So I can use a different index.htm page for the root of the web server.
How could this be done? Seems like a simple task.
Thank you all