View Full Version : archive that works
dethfire
03-25-2004, 01:07 AM
hi gary can you update your archive to work with vb3, alot of people can't use the builtin archive because it won't work with IIS or PHP as CGI
dethfire
03-25-2004, 08:56 PM
gary? :(
smestas
04-02-2004, 02:22 AM
I too would like to see a ARCHIVE that would work for PHP running under CGI. It seems that this is a much needed hack.
grandeur_69
04-16-2004, 03:04 AM
use the vb Easy Archive and add this to your apache config file for the particular site:
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.
dethfire
04-16-2004, 03:18 AM
use the vb Easy Archive and add this to your apache config file for the particular site:
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
grandeur_69
04-16-2004, 04:34 AM
fine, be that way ... then check out this:
https://vborg.vbsupport.ru/showthread.php?t=63943
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.