Ist es möglich und wenn ja wie, die Modrewrite Rules an die Rules des mxBoard anzupassen?
# Forum
RewriteRule ^Forum-board-.*-view-([0-9]+)(-.*)?\.html$ mod.php?name=Forum&board=$1&_MORE_=$2 [L]
RewriteRule ^Forum-thread-.*-view-([0-9]+)(-.*)?\.html$ mod.php?name=Forum&topic=$1&_MORE_=$2 [L]
RewriteRule ^Forum-board-.*-newthread-([0-9]+)(-.*)?\.html$ mod.php?name=Forum&action=post;board=$1&_MORE_=$2 [L]
RewriteRule ^Forum-thread-.*-edit-([0-9]+)(-.*)?\.html$ mod.php?name=Forum&action=post;msg=$1&_MORE_=$2 [L]
RewriteRule ^Forum-thread-.*-reply-([0-9]+)(-.*)?\.html$ mod.php?name=Forum&action=post;topic=$1&_MORE_=$2 [L]
Über die .htaccess geht es nicht. Dort werden die Regeln nicht übernommen.