myrtille icon indicating copy to clipboard operation
myrtille copied to clipboard

Put Myrtille at root

Open gagedevs opened this issue 3 years ago • 1 comments

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!

gagedevs avatar Oct 28 '22 15:10 gagedevs

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

cedrozor avatar Dec 14 '22 18:12 cedrozor