Guys, I've now read the first and last twenty pages of this article and still cannot find a solution to the problem I am encountering. Bear in mind: you're not talking to an expert coder but I know how to work the occasional miracle.
Ok: this is my case:
Forum root: [domain]/knowledge_share/upload/index.php
Now I'd like to add a page, named 'index.php' and created through this article, two levels higher, effectively creating a home page:
[domain]/index.php
Template: achieved through vb admincp
'test.php' as configured and described on first page of this article, now called 'index.php' and uploaded to appropriate location, including following change:
/REQUIRE BACK-END
chdir ('/home/[domain]/public.html/knowledge_share/upload');
require('./global.php');
What changes must I make to what's now called 'index.php' to make this affair work?
Cheers to anyone willing to shed her/his wisdom onto this...
PS: If discussions on this stuff escaped my attention, it's not because of lack of effort on my part. Simply didn't see it. Didn't run first-off to the 'Reply To Thread' box without doing some searching......
|