# Create New Domain

---

### 1. Overview

- Example [https://dash.cloudflare.com//abikur.de](https://dash.cloudflare.com//abikur.de)
- Block AI training bots → Do not block (allow crawlers)
- Manage your robots.txt → Disable robots.txt configuration

### 2. Security Rules

- Visit "Security / Security rules"
- Example - [https://dash.cloudflare.com//abikur.de/security/security-rules](https://dash.cloudflare.com//abikur.de/security/security-rules)
- Create rule: custom rule
- Rule name: block_scanners
- Click "edit expression" button, paste:
```
(http.request.uri.path contains "/.env") or (http.request.uri.path contains "/.git") or (http.request.uri.path contains "/.config") or (http.request.uri.path contains "/.svn") or (http.request.uri.path contains "/.aws") or (http.request.uri.path contains "/.htaccess") or (http.request.uri.path contains "/.htpasswd") or (http.request.uri.path contains "/.DS_Store") or (http.request.uri.path contains "/wp-login") or (http.request.uri.path contains "/xmlrpc") or (http.request.uri.path contains "/phpmyadmin") or (http.request.uri.path contains "/wp-admin") or (http.request.uri.path contains "/wp-includes") or (http.request.uri.path contains "/wp-content")
```
- Choose action: block
- Select order / Place at: last
- Click Save

### 3. SSL / TLS

- Example - [https://dash.cloudflare.com//moramontage.de/ssl-tls/edge-certificates](https://dash.cloudflare.com//moramontage.de/ssl-tls/edge-certificates)
- SSL/TLS Overview → Configure encryption mode = Full
- SSL/TLS / Edge Certificates → Enable "Always Use HTTPS"
- **Always Use HTTPS: enabled / green switch button**
