in your web.config. All links generated by your nagivation drop the .Aspx part when you do this. Optionally you can still include additional URL rewrite rules to make sure no .Aspx pages are indexed in Google (changing this in the web.config won't prevent the .aspx pages from rendering, they continue to exist)
folder based URL's
Hi Guys,
I wanted to know if its possible to make folder based user:
For instance if the url is: www.yourdomain.com/about-us.aspx
How can I make it to www.yourdomain/abou-us/
I am signed up to Umbraco TV. Is there any videos on this?
Thanks
Hi Raheel,
You can take a look on this post: http://our.umbraco.org/forum/developers/extending-umbraco/3130-Have-URL-without-aspx-on-the-end
Just change
to
in your web.config. All links generated by your nagivation drop the .Aspx part when you do this. Optionally you can still include additional URL rewrite rules to make sure no .Aspx pages are indexed in Google (changing this in the web.config won't prevent the .aspx pages from rendering, they continue to exist)
Awesome! Thanks guys... Love the quick replies.
Gives me a good reason to learn more : )
Cheers
Raheel
is working on a reply...