Try our conversational search powered by Generative AI!

Change globalassets route

Vote:
 

Hello!

We have a customer who's wondering if it's possible to change the globalassets url to something else?

For example from http://site.com/globalassets/image.png

to http://site.com/resurser/image.png (resurser is Swedish).

We're using EPiServer 8.

Thank you,

Peter W

#119297
Mar 26, 2015 13:43
Vote:
 

Not sure  if this helps though we had a similar(ish) support case previously where development team gave us some tips: 

... could have a InitializableModule that e.g. sets up an eventhandler for Global.RoutesRegistered. In the eventhandler they should first remove the assets registered by CMS (easiest found if reflecting EPiServer.Web.Routing.RouteCollectionExtensions.RegisterRoutes.
Then he can reregister them again as it is done in that code but with another staticsegment e.g. xyzglobalassets

Johan's code posted in this post may help a bit..

#119562
Mar 30, 2015 11:45
Vote:
 

Thank you Paul.

I will try that.

//Peter W

#119563
Mar 30, 2015 11:57
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.