Installation
Installation und Konfiguration
Systemanforderungen
- WordPress 6.0+
- PHP 8.0+
- MySQL 5.7+ oder MariaDB 10.3+
- OpenSSL PHP-Extension
- Sodium PHP-Extension (empfohlen)
Installation
- Plugin-ZIP in /wp-content/plugins/ entpacken
- Plugin im WordPress-Admin aktivieren
- Rewrite-Rules werden automatisch geflusht
Empfohlene wp-config.php Konfiguration
// Master-Key für Verschlüsselung
define('OMM_ENCRYPTION_KEY', 'IhrBase64Key==');
Nach der Installation
wp omm flush # Rewrite-Rules wp omm encrypt status # Verschlüsselung prüfen wp omm upload protect # .htaccess prüfen