AsTeRICS icon indicating copy to clipboard operation
AsTeRICS copied to clipboard

ARE webserver requires "/" at the end of the URL

Open kingcole opened this issue 8 years ago • 0 comments

Unlike the usual behaviour of webservers, the ARE webserver requires the "/" at the end of the URL to be explicitly entered by the user. If it is not entered, relative paths inside the website will not work, because they will refer to the wrong folder. Example: "localhost:8081/Webacs_JS" will not work while "localhost:8081/Webacs_JS/"

kingcole avatar Oct 26 '17 12:10 kingcole