Quote:
Originally posted by SkuZZy
Which links?
|
The links to the forums and topics on the archive page.
Quote:
Originally posted by SkuZZy
[B] Can you provide a URL to your archive and if possible paste your config.php file here. ]
|
64.224.111.213/forums/archive
config.php:
Quote:
<?php
################################################## ############
### vB Easy Archive v2.1 - Released on December 29th, 2002 ###
## Scripts created by Xenon and modified/released by SkuZZy ##
### Copyright info MUST stay on the bottom of all scripts ####
#### Visit http://www.vbulletin.org for updated versions! ####
################################################## ############
// Full PATH to your global.php file
chdir("../");
require("global.php");
// Title of your website/forums... used for <title> tags on most pages
$title="Georgia Sportbike Association";
// Forums URL - Directory your vbulletin forums are in (NO TRAILING SLASH!)
$forumurl="http://64.224.111.213/forums";
// Archive URL - The location of these scripts (NO TRAILING SLASH!)
$archiveurl="http://64.224.111.213/forums/archive";
?>
|
I also tried it with absolute paths for the $forumurl and $archiveurl variables.
Quote:
Originally posted by SkuZZy
Did you upload the .htaccess file?
|
Yes I did.
Thanks for your help!