Is there a way to replace a nested page url with a different one? I am having issues with the charcters limit in asp.net.
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
I want to replace this: http://localhost:53781/תחומי-התמחות/שלטון-ומיסוי-מקומי/רשויות-מקומיות/
Replacing nested page url
Is there a way to replace a nested page url with a different one? I am having issues with the charcters limit in asp.net.
I want to replace this: http://localhost:53781/תחומי-התמחות/שלטון-ומיסוי-מקומי/רשויות-מקומיות/
with this: http://localhost:53781/רשויות-מקומיות
I only want the name of the "grand parent" to show up in the URL
Hello,
These links might help:
http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias
https://gist.github.com/leekelleher/5966488
Jeroen
Thanks a lot.
I wonder, does this code can help me get shorter URL? The solution that presented here is for deeper urls and not for shorter urls
I'm not sure if it works for shorter urls. You should try it.
Jeroen
is working on a reply...