Meaning I could have the URL routing start at like site.com/v3/site/controller/action
basically it would ignore the v3/site/ and treat that as root?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You sure can. Check out the following routes:
Route 1 will always invoke
Action1onController1on any requests for resources inStaticFolder.Route 2 will always invoke
Controller2with specified action (defaulting toAction2) for any requests to StaticFolder1.In your case specifically though you want to remove the default route and replace it with the following: