Quote:
Originally Posted by zijlstravideo
If you visit yourdomainhere.com/blackhole/ twice, you still have access? It works for the demo.
If you can't access that, but still can access your site, you probably missed the step of including the /blackhole/index.php file into your site's header.
|
Yeah that much is working... I'm guessing adding
<?php include(realpath(getenv('DOCUMENT_ROOT')) . '/blackhole/index.php'); ?>
To a phpbb theme's overall header just doesn't do the trick...