Code: |
RewriteEngine On
# Forums
RewriteRule ^public/museocastello/forum-([0-9]*)-([0-9]*)-([0-9]*)\.html$ public/museocastello/index.php?f=$1&ppage=$2&sort=lastpost&order=DESC&start=$3 [R=301]
RewriteRule ^public/museocastello/forum-([0-9]*)-([0-9]*)\.html$ public/museocastello/index.php?f=$1&ppage=$2&sort=lastpost&order=DESC [R=301]
RewriteRule ^public/museocastello/mforum-([0-9]*)\.html$ public/museocastello/index.php?f=$1&mark=topics [R=301]
RewriteRule ^public/museocastello/mforums\.html$ public/museocastello/index.php?mark=forums [R=301]
RewriteRule ^public/museocastello/forum-([0-9]*)\.html$ public/museocastello/index.php?f=$1 [R=301]
RewriteRule ^public/museocastello/forums\.html$ public/museocastello/index.php [R=301]
RewriteRule ^public/museocastello/admin/forums\.html$ public/museocastello/admin/index.php [R=301]
# Topics
RewriteRule ^public/museocastello/topic-([0-9]*)-([0-9]*)-([0-9]*)\.html$ public/museocastello/viewtopic.php\?t=$1&postdays=$2&postorder=asc&start=$3 [R=301]
RewriteRule ^public/museocastello/poll-([0-9]*)-([0-9]*)\.html$ public/museocastello/viewtopic.php\?t=$1&postdays=$2&postorder=asc&vote=viewresult [R=301]
RewriteRule ^public/museocastello/wtopic-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&watch=topic&postorder=asc [R=301]
RewriteRule ^public/museocastello/utopic-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&unwatch=topic&postorder=asc [R=301]
RewriteRule ^public/museocastello/topic-([0-9]*)-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&start=$2 [R=301]
RewriteRule ^public/museocastello/uttopic([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&unmark=topic [R=301]
RewriteRule ^public/museocastello/uptopic([0-9]*)\.html$ public/museocastello/viewtopic.php?p=$1&unmark=post [R=301]
RewriteRule ^public/museocastello/newtopic([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&view=newest [R=301]
RewriteRule ^public/museocastello/ptopic-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&view=previous [R=301]
RewriteRule ^public/museocastello/ntopic-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1&view=next [R=301]
RewriteRule ^public/museocastello/fpost-([0-9]*)\.html$ public/museocastello/viewtopic.php?p=$1&view=first [R=301]
RewriteRule ^public/museocastello/post-([0-9]*)\.html$ public/museocastello/viewtopic.php?p=$1 [R=301]
RewriteRule ^public/museocastello/topic-([0-9]*)\.html$ public/museocastello/viewtopic.php?t=$1 [R=301]
# misc.
RewriteRule ^public/museocastello/usercp\.html$ public/museocastello/usercp.php [R=301]
RewriteRule ^public/museocastello/faq\.html$ public/museocastello/faq.php [R=301]
RewriteRule ^public/museocastello/search\.html$ public/museocastello/search.php [R=301]
RewriteRule ^public/museocastello/memberlist\.html$ public/museocastello/memberlist.php [R=301]
RewriteRule ^public/museocastello/viewonline\.html$ public/museocastello/viewonline.php [R=301]
RewriteRule ^public/museocastello/login\.html$ public/museocastello/login.php [R=301]
RewriteRule ^public/museocastello/groups\.html$ public/museocastello/groupcp.php [R=301] |