This guide helps you duplicate your site from one environment to another, such as copying your production site to a sandbox environment.
If you're interested in adding an Axero site, please contact your Client Success Manager for assistance.
CFAppsettings.config CFAppSettings-Override.config CFConnectionStrings.config CFProviders.config saml.config (if present) web.config WindowsADSettings.config
DECLARE @Guid UNIQUEIDENTIFIER; SET @Guid = LOWER(NEWID()); UPDATE Dyve_Dynamic_Property SET PropertyValue = @Guid WHERE PropertyName = 'UniqueID'; UPDATE Dyve_Tenant SET UniqueID = @Guid;
DECLARE @NewDomain NVARCHAR(200) = '<NEW DOMAIN URL>' UPDATE Dyve_Content SET ContentBody = REPLACE(ContentBody, '<OLD DOMAIN URL>', @NewDomain) WHERE ContentBody like '%<OLD DOMAIN URL>%' UPDATE Dyve_PB_Widget SET WidgetProperties = REPLACE(WidgetProperties, '<OLD DOMAIN URL>', @NewDomain) WHERE WidgetProperties like '%<OLD DOMAIN URL>%' UPDATE Dyve_UrlMapper SET OldUrl = REPLACE(OldUrl, '<OLD DOMAIN URL>', @NewDomain), NewUrl = REPLACE(NewUrl, '<OLD DOMAIN URL>', @NewDomain)
<!--
-->
<!-- <rule name="HTTP to HTTPS redirect" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="off" ignoreCase="true" /> <add input="{HTTP_X_FORWARDED_PROTO}" pattern="^https$" negate="true" ignoreCase="true" /> </conditions> <action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" /> </rule> -->
Completion
Congratulations, you have successfully transferred your Axero site.
If there's an error, turn off Custom Errors in the web.config file for detailed error messages:
web.config
<customErrors mode="Off" defaultRedirect="Errors-CF/default.aspx" redirectMode="ResponseRewrite">
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/25620/on-premises-additional-instances
Your session has expired. You are being logged out.