diff --git a/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md b/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md index edbc7c251..0b0a66f93 100644 --- a/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md +++ b/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md @@ -228,6 +228,16 @@ On the Web Application Server: ### Configure the {{% ctx %}} Configuration Portal Website +#### Copy robots.txt file + +To provide guidance for search engine crawlers and common AI bots not to index {{% ctx %}} Configuration Portal, it is necessary for the robots.txt file to reside in the site’s root directory of the {{% ctx %}} Configuration Portal. This is only necessary if {{% ctx %}} Configuration Portal is being installed on a different machine than either {{% ctx %}} Gateway or {{% ctx %}} Interaction Portal has been installed. + +1. Open the folder where `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted to. +1. Open the `Cortex Configuration Portal` folder. +1. Copy the `robots.txt` file +1. Navigate to the `Cortex` website directory, typically `C:\inetpub\wwwroot\Cortex`. +1. Paste the `robots.txt` file + #### Configure the Redirect rule On the Web Application Server: @@ -239,6 +249,12 @@ On the Web Application Server: ``` +1. If not present in the `Redirect Cortex to gateway` rule, add a condition as follows: + + ``` xml + + ``` + 1. Save the file. #### CORS Configuration diff --git a/content/static/2026.3/pdf/CORTEX Interaction Portal - Deployment Guide.pdf b/content/static/2026.3/pdf/CORTEX Interaction Portal - Deployment Guide.pdf index eac038a1f..9b50c9de6 100644 Binary files a/content/static/2026.3/pdf/CORTEX Interaction Portal - Deployment Guide.pdf and b/content/static/2026.3/pdf/CORTEX Interaction Portal - Deployment Guide.pdf differ diff --git a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx index 8b1e557d2..1ce0e6db0 100644 Binary files a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx and b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx differ