Quote:
Originally Posted by grandeur_69
use the vb Easy Archive and add this to your apache config file for the particular site:
Code:
RewriteRule ^/archive/forum/([0-9]+).html$ /archive/forum.php?id=$1 [L]
RewriteRule ^/archive/topic/([0-9]+).html$ /archive/topic.php?id=$1 [L]
rename the topic & forum pages to be .php and then add
$threadid=$id; to topic.php on about line 15
and
similarily $forumid=$id; to forum.php ... that's about it.
|
actually it's not that easy, there are forum permission issues and several field names that don't match up and cause problems