What would I need to do to rewrite the following URL:
http://<sitename>/p/directory?q1=parameter1&q2=parameter2&q3=parameter3&q4=parameter4
as
http://<sitename>/parameter1/parameter2/parameter3/parameter4
What would I need to do to rewrite the following URL:
http://<sitename>/p/directory?q1=parameter1&q2=parameter2&q3=parameter3&q4=parameter4
as
http://<sitename>/parameter1/parameter2/parameter3/parameter4
You cannot change platform urls, if you want a custom url you are going to have to define it as a new page.
community.telligent.com/.../page-definition-and-url-routing
You cannot change platform urls, if you want a custom url you are going to have to define it as a new page.
community.telligent.com/.../page-definition-and-url-routing
Thanks, I have made some progress creating a page programmatically. I would like to know how to retrieve the parameters from the URL in a Velocity widget on the page.
I have figured it out. I can use the querystring collection to retrieve them.