Stelle WP-Verzeichnisstruktur klarer dar

This commit is contained in:
phil 2025-01-05 12:16:37 +01:00
parent 7bcc178e2f
commit bac340012a

View file

@ -18,13 +18,14 @@ Wir richten dir anschließend deinen Zugang ein.
Nach der Anmeldung findest folgende Verzeichnisstruktur vor:
```Shell
└── backups/
└── htdocs/
├── wp-admin/
├── wp-content/
└── mu-plugins/
├── wp-includes/
├── wp-config.php
├── backups/
├── htdocs/
| ├── ...
| ├── wp-config.php
| ├── wp-content/
| | └── mu-plugins/
| └── ...
└── quota.txt
```
Die Wordpress-Daten liegen im Verzeichnis `htdocs`.