Removing CMS folder from Friendly Name URL

Release 1.0 - ...

If you don't want the Friendly Name of the CMS folder to be shown in the friendly URL, please follow these steps:


Remove the fields FriendlyName and FriendlyNameType from the contenttype group CMS Folder.

Use the Manager action: Manage ContentTypes.

 

Run the following SQL script to update the values in the database to NULL .

Use the Manager action: Query Database.

 

UPDATE Contents

SET FriendlyName= NULL, FriendlyNameType= 0

WHERE ContentType IN (SELECT Nr FROM ContentTypes WHERE Code='CF')

 

After restarting the site, the Friendly Names of the CMS folders have disappeared from the URLs and the Edit Item action.