Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
...why is this?
All my links are
/clients.aspx/contact-us.aspx
Thoughts apreciated,
Paul
Note: Running 6.0.2
Hi Paul,
The MVC option just changes the templating engine, it doesn't have any effect on the page URLs.
To turn off the extensions so you get pages like /contact-us/ instead, change this setting in the web.config:
<add key="umbracoUseDirectoryUrls" value="true" />
Hope this helps,Tom
Awesome Tom thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Mvc is On but site still shows .aspx extensions
...why is this?
All my links are
/clients.aspx
/contact-us.aspx
Thoughts apreciated,
Paul
Note: Running 6.0.2
Hi Paul,
The MVC option just changes the templating engine, it doesn't have any effect on the page URLs.
To turn off the extensions so you get pages like /contact-us/ instead, change this setting in the web.config:
Hope this helps,
Tom
Awesome Tom thanks!
is working on a reply...