I have a CSS and JS files not loading issue when adding a slash to the end of the url
Eg:
http://localhost:9763/test/console/login/
does not work properly
while
http://localhost:9763/test/console/login
works fine
NOTE: the slash '/' at the end of the url triggers the issue
I have a CSS and JS files not loading issue when adding a slash to the end of the url
Eg:
http://localhost:9763/test/console/login/
does not work properly
while
http://localhost:9763/test/console/login
works fine
NOTE: the slash '/' at the end of the url triggers the issue