pragmaMx Support Forum

Archive => veraltete bzw. unsupportete Systeme und Module => Alt Archive => SMF-pragmaMx Bridge => Thema gestartet von: AlternativeComputing am 16 Juli 2013, 00:49:31

Titel: Modrewrite Rules nach mxBoardstyle
Beitrag von: AlternativeComputing am 16 Juli 2013, 00:49:31
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.