Is there a way to use this so that if I enter a value of "summer" I could go to www.website.com/summer/ instead of www.website.com/summer.aspx? This would be most helpful for me.
I would suggest using directory urls instead of .aspx (can be configured in the web.config file) and mentioned in the above url. The urlalias follows the same setting (extension or directory) as the rest of the pages. So you are using extensions (.aspx), your aliases will use them as well.
Umbraco Url Alias
4.0.3
Is there a way to use this so that if I enter a value of "summer" I could go to www.website.com/summer/ instead of www.website.com/summer.aspx? This would be most helpful for me.
Thanks in advance,
Chau
You can make all your pages extensionless (without the .aspx) by using the information on this page
http://our.umbraco.org/wiki/install-and-setup/setting-up-umbraco-for-friendly-urls
It works perfectly
best of luck
Rich
Here is some more info on friendly urls.
http://our.umbraco.org/wiki/install-and-setup/setting-up-umbraco-for-friendly-urls
I would suggest using directory urls instead of .aspx (can be configured in the web.config file) and mentioned in the above url. The urlalias follows the same setting (extension or directory) as the rest of the pages. So you are using extensions (.aspx), your aliases will use them as well.
Again, I recommend directory urls. IMO.
-Chris
That will teach me to walk away from a post in the middle of editing. :-P
-Chris
Thank you gentlemen.
is working on a reply...