I am using HTTP.SYS with URL reservation.
I found the following in the ATOZED documentation:
URLBase: string; [Published, Read/Write]
URLBase is the common prefix found while navigating inside a given website is known as the base URL.
The URLBase is concatenated with the server's root URL to form the application URL.
Example: server URL is www.yourserver.com and application URLBase is /myapp/, the application root url will be http(s)://www.yourserver.com/mypp/
I keep getting complaints from users getting the "Resource not found on server (error 404)" error because they're just not used to typing the slash at the end.
Even if I just use myapp instead of /myapp/ for URLBase, the slash has to be specified at the end.
Is there a way to omit the trailing slash?
Regards
JuergenS
I found the following in the ATOZED documentation:
URLBase: string; [Published, Read/Write]
URLBase is the common prefix found while navigating inside a given website is known as the base URL.
The URLBase is concatenated with the server's root URL to form the application URL.
Example: server URL is www.yourserver.com and application URLBase is /myapp/, the application root url will be http(s)://www.yourserver.com/mypp/
I keep getting complaints from users getting the "Resource not found on server (error 404)" error because they're just not used to typing the slash at the end.
Even if I just use myapp instead of /myapp/ for URLBase, the slash has to be specified at the end.
Is there a way to omit the trailing slash?
Regards
JuergenS