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
Hi,
I'm trying the umbracoAliasUrl but it doesn't seem to work one bit.
Everything is lowercased. I do have a redirect statement in my UrlWriting.config:
<add name="SEO | Trim .aspx for directory URLs" redirect="Application" redirectMode="Permanent" virtualUrl="^/(?![0-9]+.aspx)(?!umbraco/)(.*).aspx*" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="/$1/" ignoreCase="true" />
But removing it doesn't change anything.
my alias looks like /holidays-in-londen This doesn't work. But when I simply set the Id of the document as the alias. F.ex: "3654" , it does work
And I'm out of ideas.
Hi Nojaf,
Replace destinationUrl by this destinationUrl="/$1"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco url alias not working
Hi,
I'm trying the umbracoAliasUrl but it doesn't seem to work one bit.
Everything is lowercased. I do have a redirect statement in my UrlWriting.config:
But removing it doesn't change anything.
my alias looks like /holidays-in-londen This doesn't work. But when I simply set the Id of the document as the alias. F.ex: "3654" , it does work
And I'm out of ideas.
Hi Nojaf,
Replace destinationUrl by this destinationUrl="/$1"
is working on a reply...