2008-09-03, 10:57 AM
(This post was last modified: 2008-09-03, 11:01 AM by jimbojetset.)
(2008-09-03, 10:36 AM)Jed K Wrote: So if I have a forum on my root directory and want to create a custom page at /directory1/custompage.php, how should I change the code in the rules.php page? require "./global.php"; doesn't work and I tried a number of other combinations as well with no success.At a guess I would have said... '../../global.php' however failing that you could always reference its absolute path (http://yourforum.com/global.php)... that will work.
Please advise. Thanks.