The fix for
[HIGH]online.php[/HIGH] file, to display nice links, is below.
There are 2 methods, the easy or the hard way.
If you want to use the main archive file with a
.HTML extension, replace in vbHL [pre]global.php[/pre] this code:
$archiveurl . '/archive/
to:
$archiveurl . '/archive.html (present 2 times).
Then add onto your [high]htaccess.txt[/high] file:
Code:
<files archive.html>
ForceType application/x-httpd-php
</files>
Rename your file to [high]archive.html[/high].