I have a web server with multiple IP addresses and websites. When a user goes to 192.168.1.100 I want it to go directly to one website and directly to a virtual directory (let's say WebApp1). What I do not want to have to do is to say Can someone tell me the best way to do this?
I've attempted to not have the virtual directory and just put my website's home directory to be the root folder of the application, but it is messing up my relative paths in the app.
Can someone tell me the best way to do this?
Thanks,
J
I've attempted to not have the virtual directory and just put my website's home directory to be the root folder of the application, but it is messing up my relative paths in the app.
Can someone tell me the best way to do this?
Thanks,
J