Im having a little trouble with this mod and was wondering who uses it or could help me out with it. Cause i have the Deluxe login mod working correctly and everything, but when adding
Quote:
<?php
$curdir = getcwd ();
chdir('/path/to/your/forums');
require_once('/path/to/your/forums/global.php');
chdir ($curdir);
?>
|
to the top of my page it makes all my links that use mod_rewrite to not work at all, and im not sure how to fix this, does anyone know how i can go about correcting this problem.
Thanks,