Chat now with support
Chat with Support

erwin Evolve 2023.1.0 - General

Change the URL Name of your Site

Change the URL Name of your Site

This page explains how to change the Site URL Name for a model Site in Evolve.

The Site URL Name is the part of the URL which is specific to a particular site.

For Dynamic Sites this is:

http://<server-name>/<evolve-IIS-site-name>/sites/<site-url-name>/

For Static Sites, this is:

http://<server-name>/<evolve-IIS-site-name>/statics/<site-url-name>/

Change the Site URL Name for a Dynamic Site

To change the Site URL Name for a Dynamic Site:

  1. In Evolve Designer, navigate to the Deployments > [server-name] > Model node

  2. Change the Site URL Name to the new name you want to use, ensuring the text is lower case, and has no spaces or special characters

  3. Publish the Site

The Site is Published, is displayed on the Evolve Multi-Sites page, and can be accessed directly at the new URL.

Change the Site URL Name for a Static Site

To change the Site URL Name for a Static Site:

  1. In Evolve Designer, navigate to the Deployments > [server-name] > Model node

  2. Change the Site URL Name to the new name you want to use, ensuring the text is lower case, and has no spaces or special characters

  3. Publish the Site

The Site is Published and can be accessed directly at the new URL.

Icon

Description automatically generated

When you publish the Site with a changed Site URL Name, the original Site still exists and can still be accessed via the original URL.

To completely remove the original Site, you must:

1. On the Evolve server machine, browse to <your-evolve-install-path>\Data\Statics

2. Delete the folder named as your original Site URL Name.

Evolve REST API (2018.1.0.79 and above)

The Evolve REST API was added to provide backwards compatibility support for the discontinued Web Portal SOAP API.

Where it differs slightly is in the method of calling the API. This has been modified to use the more standard RESTful http approach, using
POST, GET, PUT and DELETE protocols.

All of the calls return a json response, but can optionally return XML. The XML returned is equivalent to the older Portal API, and so should
ensure it is relatively simple to integrate, in-place of the older service.

To configure the API, it is first necessary to enable it from within Evolve:

  1. Having configured and ensured the Evolve server is functioning.
    Start Evolve Designer with Administrator Permissions.

  2. Goto your Evolve server settings

  3. Check the box 'Enable Web REST API"

  4. Save the configuration

  5. Press "Configure IIS"

The default endpoint for the API will be:

http://<your-server>/WebRESTAPI/api/<path to endpoint>

To use the REST API, please see the documentation, located here

Icon

Description automatically generated

When using the API, always remember to use the /auth endpoint to authenticate first, and remember to include the returned token
in all subsequent calls to the API. This token should be encoded in the header of the http request.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating