Help with r63b

Status
Not open for further replies.

dawgg122

New Member
Aug 7, 2013
26
1
I can't find the problem and I have tried everything.
 

Find

Posting Freak
Jun 21, 2012
597
189
Try going to your url /index.php?url=index.php or /index.php?page=index.php i forget which one it is I think it's the first
 

Find

Posting Freak
Jun 21, 2012
597
189
try replacing your index.php in your main wwwroot folder with
PHP:
<?php
define('IN_INDEX', 1);
 
require_once 'global.php';
 
$core->handleCall($engine->secure($_GET['url']));
 
    $template->html->get($engine->secure($_GET['url']));
 
$template->outputTPL();
?>
 
Status
Not open for further replies.

Users who are viewing this thread

Top