Skip to content

Commit 08dae99

Browse files
authored
Added robos.txt configuration instructions for CORTEX Configuration Portal and CORTEX Interaction Portal (#272)
Added robos.txt configuration instructions for CORTEX Configuration Portal and CORTEX Interaction Portal
1 parent b17f830 commit 08dae99

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,16 @@ On the Web Application Server:
228228

229229
### Configure the {{% ctx %}} Configuration Portal Website
230230

231+
#### Copy robots.txt file
232+
233+
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.
234+
235+
1. Open the folder where `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted to.
236+
1. Open the `Cortex Configuration Portal` folder.
237+
1. Copy the `robots.txt` file
238+
1. Navigate to the `Cortex` website directory, typically `C:\inetpub\wwwroot\Cortex`.
239+
1. Paste the `robots.txt` file
240+
231241
#### Configure the Redirect rule
232242

233243
On the Web Application Server:
@@ -239,6 +249,12 @@ On the Web Application Server:
239249
<add input="{REQUEST_URI}" pattern=".*\/ConfigurationPortal.*" negate="true" />
240250
```
241251

252+
1. If not present in the `Redirect Cortex to gateway` rule, add a condition as follows:
253+
254+
``` xml
255+
<add input="{REQUEST_URI}" pattern="^/robots\.txt$" negate="true" />
256+
```
257+
242258
1. Save the file.
243259

244260
#### CORS Configuration
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)