myrtille
myrtille copied to clipboard
Put Myrtille at root
How do I make Myrtille http://ip instead of http://ip/myrtille (or have root redirect to myrtille) It gets annoying telling people to go to /myrtille, thanks!
You have at lest 3 options:
- at http://ip, create a default.htm page, which make a client redirect (using javascript) to http://ip/myrtille
- use UrlRewrite to create a server redirect on IIS
- use httpRedirect to create a server redirect on the Myrtille web application