Topic: index.php?act=something links dont work?
hey i have been using punbb and love it, but when i recently was working on my site i couldn't get index.php?act=affiliates to work, i know punbb is blocking it but could someone tell me how to fix it so i can
i have this included in my index.php page in my root
<?
define('PUN_ROOT', './forums/');
require PUN_ROOT.'include/common.php';
$punbb_path = $_SERVER['SCRIPT_FILENAME'];
$punbb_split = explode('/',$punbb_path);
$punbb_page = end($punbb_split);
$punbb_count = substr_count($punbb_path,'/')-2;
$punbb_path = str_repeat('../',$punbb_count).'./forum/';
define('PUN_ROOT', "$punbb_path");
define('PUN_TURN_OFF_MAINT', 1); // if forums go down the site will not
thanks