Hi.
I bought a website created in Umbraco. Everything is working well but I'm looking for a way to create short url (like the one you can create with bit.ly) with my domain.
For example I have:
www.website.com/en/category/sub-category/europe/some-umbraco-sub-page/our-umbraco/
And for example I want to have:
www.website.com/our-umbraco/
It can be only redirection etc.
I don't want to change page location.
How to create short url or redirection in Umbraco
Hi. I bought a website created in Umbraco. Everything is working well but I'm looking for a way to create short url (like the one you can create with bit.ly) with my domain.
For example I have: www.website.com/en/category/sub-category/europe/some-umbraco-sub-page/our-umbraco/
And for example I want to have: www.website.com/our-umbraco/
It can be only redirection etc. I don't want to change page location.
Is there a way to do it in Umbraco?
Umbraco version 7.4.2
Hi Mercury,
Welcome to Our Forum!
Using the "umbracoUrlAlias" property on a page in Umbraco gives you the ability to set up one or more different URLs for a single page.
Read more how to use it: http://www.codeshare.co.uk/blog/umbracourlalias-create-an-alternative-url-for-a-page-in-umbraco/
Thanks,
Alex
Perfect! It's working. Thank you Alex so much!
You are welcome, have a great day!
Alex
It was that easy??? Wow, and I was trying to get things working right with Simple Redirect plugin, which works for basic redirects.
is working on a reply...