1. Add file xenforo.conf in /opt/configs/hiawatha/toolkit with content:
UrlToolkit {
ToolkitID = xenforo
RequestURI exists Return
Match [^?]*(\?.*)? Rewrite /index.php$1
}
2. Add .hiawatha file in document root (example: /home/admin/domain.com) with content:
UseToolkit=xenforo
3. Restart web server with 'sh /script/restart-web -y'.