NOW it looks like it’s working.
you might have to delete meat-thing.com and www.meat-thing.com cookies, but i doubt it.
www.meat-thing.com/transmothra.com/blog/
please let me know if you get a blank page or anything weird. thanks!
p.s., the old archives are down, for no reason whatsoever. they should work, but they just don’t. works locally, just not on the net. and what a simple, simple routine i use to select them:
<?php
if (isset($z)) {
include("archive/"."$z".".php");
}
else {
include("_blog_content.php");
}
?>
