Hey, so when I try to get onto my retro, I type in the domain and it comes up with this:
handleCall($engine->secure($_GET['url'])); $template->html->get($engine->secure($_GET['url'])); $template->outputTPL(); ?>
Even when I delete files from wwwroot, it should say something like 403: Forbidden Access is denied.
But no it comes up with handleCall($engine->secure($_GET['url'])); $template->html->get($engine->secure($_GET['url'])); $template->outputTPL(); ?>
Can anyone help?
handleCall($engine->secure($_GET['url'])); $template->html->get($engine->secure($_GET['url'])); $template->outputTPL(); ?>
Even when I delete files from wwwroot, it should say something like 403: Forbidden Access is denied.
But no it comes up with handleCall($engine->secure($_GET['url'])); $template->html->get($engine->secure($_GET['url'])); $template->outputTPL(); ?>
Can anyone help?