User Friendly URL - Forum

Forum Navigation
You need to log in to create posts and topics.

User Friendly URL

Is there a way to create a user friendly url or something close to it so I could create a link directly to my registration page or maybe my faq page?

@asawyer13 this is an issue that bothers me a lot. There must be a way to configure AngularJS to avoid this, but I think also requires some server side tweaks. All my attempts until now have failed.

Please, take a look here:
https://stackoverflow.com/questions/32441975/adding-a-seo-friendly-url-slug-in-dynamic-views-of-angular-ui-router

Regards.

Thanks for the info. In the meantime, is it possible for the program to get the URL that is being used? If so, I could pass a parameter via the URL and accomplish the same thing.

@asawyer13

is it possible for the program to get the URL that is being used? If so, I could pass a parameter via the URL and accomplish the same thing

Have you looked at the commands available here ... https://webhelp.visualneo.com/App.html ...

GetAppURL
GetAppPath
GetAppBaseURL
GetURLParameter

Quote from Gaev on July 6, 2020, 8:16 pm

@asawyer13

is it possible for the program to get the URL that is being used? If so, I could pass a parameter via the URL and accomplish the same thing

Have you looked at the commands available here ... https://webhelp.visualneo.com/App.html ...

GetAppURL
GetAppPath
GetAppBaseURL
GetURLParameter

I had not. That would allow me to essentially create the user friendly equivalent. They might be totally user friendly but would work. Thanks