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
My Umbraco URL has /umbraco/surface/ in them. For example:
/umbraco/surface/
http://localhost:50656/umbraco/Surface/HealthInsurance/Application?Pid=26665&Lid=73&Spid=23 http://localhost:50656/umbraco/Surface/HealthInsurance/Results/73
Is it possible to rewrite url for browser display and remove /umbraco/surface/ from it ?
I don't want to break just for browser display make url like one below:
http://localhost:50656/HealthInsurance/Application?Pid=26665&Lid=73&Spid=23 http://localhost:50656/HealthInsurance/Results/73
You should create a custom route for that :
http://our.umbraco.org/documentation/reference/templating/mvc/custom-routes
There is a link on the bottom with examples.
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how to remove /umbraco/surface from URL ?
My Umbraco URL has
/umbraco/surface/
in them. For example:Is it possible to rewrite url for browser display and remove
/umbraco/surface/
from it ?I don't want to break just for browser display make url like one below:
You should create a custom route for that :
http://our.umbraco.org/documentation/reference/templating/mvc/custom-routes
There is a link on the bottom with examples.
Dave
is working on a reply...