Hi,
if you have a URL:
http://localhost/abc/Encyclopedia/Content/90/x01682.aspx and set a
Document URL path: /abc/Encyclopedia/Content/{ContentTypeID}/{ContentID}
(if the abc is a virtual directory, please use: /Encyclopedia/Content/{ContentTypeID}/{ContentID})
the URL will be changed to:
http://localhost/abc/Encyclopedia/Content.aspx?ContentTypeID=90&ContentID=x01682
There is no need to define new Alias.
You can access query parameters for example using query
macros:
{%ContentTypeID%}
{%ContentID%}
Best regards,
Ivana Tomanickova