Redirect perspective URL from old project to new project, is it possible?

Hi,
Due to some bad front end planning I have found that I have named my project badly and it does not reflect the scope of it now.....however,.... It's in use by many people in the company with lots of people bookmarking their favorite pages etc already......

Is it possible to do a redirect like so:

http://server_ip/data/perspective/client/project1/SiteName/BuildingName/Overview
to
http://server_ip/data/perspective/client/project2/SiteName/BuildingName/Overview

For everything.

With all url elements preserved other than the project name as I'm using parameters and smart displays a lot....

I'd then migrate over to the proper name, then set up project1 to just redirect.

Yes, it would be simpler to just change it and tell everyone, but you know: people.

Thoughts?

(Basically the project is named after one site, but we have expanded to several in country and need to change the project to the country name and it's already used by every man and their dog and some ppl don't cope with change)

Just explain the boss that it is going to be cheaper to just fix bookmarks once, than to run a redirect server for ever

Eh. It would be pretty easy to set up a reverse proxy in front of Ignition to handle this.

You could theoretically replace the first project with a catch-all view and call system.perspective.navigate, but then you'll notice two loading screens.

thanks for the replies.

You could theoretically replace the first project with a catch-all view and call system.perspective.navigate, but then you'll notice two loading screens.

Yeah, just had a play with that, probably best I don't do that.

Might change it to a catch all with a message explaining the new URL so ppl dont ring me when they get 404'd :slight_smile: