UrlRewriting to remove year and month for blog post
Hi, I have an Umbraco V4 website and I would like to make the URL's search engine optimised. The site is a blog website and will have pages as follows:
Blog 2013 11 Post_01 Post_02 Post_03 2012 10 Post_04 Post_05
so the URL goes like this
"~/Blog/2013/11/Post_01/"
But i need to rewrite them as the below
"~/Blog/Post_01/"
Removing both the Year and the Month. I've got the below in my UrlRewriting.config but they are not working (not really sure why). Any idea?
UrlRewriting to remove year and month for blog post
Hi, I have an Umbraco V4 website and I would like to make the URL's search engine optimised. The site is a blog website and will have pages as follows:
Blog
2013
11
Post_01
Post_02
Post_03
2012
10
Post_04
Post_05
so the URL goes like this
"~/Blog/2013/11/Post_01/"
But i need to rewrite them as the below
"~/Blog/Post_01/"
Removing both the Year and the Month.
I've got the below in my UrlRewriting.config but they are not working (not really sure why).
Any idea?
Appreciate any help.
THanks
is working on a reply...