Jernej Pirc
Jernej Pirc

Reputation: 514

2sxc : Rename App Folder

How to rename app folder the right way?

For now, I try this way and don't know it this is OK

This is maybe OK for test and development but is there any way for doing this in live site? (without loosing old content?)

Upvotes: 1

Views: 76

Answers (1)

iJungleBoy
iJungleBoy

Reputation: 5638

This is very simple :)

  1. Rename the folder in the 2sxc
  2. Update the folder name in the app-configuration (where you also have the app version etc.)

That's actually it already - no more magic to it :).

One thing that could still end up causing trouble is if your scripts have the folder name hard-wired (like /portals/0/2sxc/abc) instead of using @App.Path

Upvotes: 2

Related Questions