Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Our client is reported an issue that Url is too long
how to overcome from this problem client, we want short link
he url is:
http://general.com/practices/transactional/mergers-acquisitions/publications/differential-treatment-of-stockholders-in-third-party-transactions.aspx?id=13824
Hi,
You can use the umbracoUrlAlias property or create rules in UrlRewriting.config.
References:
http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias
http://our.umbraco.org/wiki/recommendations/recommended-reading-for-web-developers/urlrewriting-html-to-aspx
regards
below code iam not understand in the urlrewriting.config, can you please explain
<add name="PracticeNewsRewrite" virtualUrl="/practices/(.*)/news/(.*).aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/practices/$1?altTemplate=PracticeNews&article=$2" ignoreCase="true" xmlns="" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
url is too long
Our client is reported an issue that Url is too long
how to overcome from this problem client, we want short link
he url is:
http://general.com/practices/transactional/mergers-acquisitions/publications/differential-treatment-of-stockholders-in-third-party-transactions.aspx?id=13824
Hi,
You can use the umbracoUrlAlias property or create rules in UrlRewriting.config.
References:
http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias
http://our.umbraco.org/wiki/recommendations/recommended-reading-for-web-developers/urlrewriting-html-to-aspx
regards
Hi,
below code iam not understand in the urlrewriting.config, can you please explain
<add name="PracticeNewsRewrite" virtualUrl="/practices/(.*)/news/(.*).aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/practices/$1?altTemplate=PracticeNews&article=$2" ignoreCase="true" xmlns="" />
is working on a reply...