MyBB Community Forums

Full Version: Unknown Location?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, so I run a site www.imtiax.net

I have a custom website that uses the forums to login to access on http://imtiax.net/resolver/

My question is, when my users are inside http://imtiax.net/resolver/ the location always says unknown

How do I make the location say like "Resolver"

or someting?

This is the top of the index.php in /resolver

<?php
ob_start();
define("IN_MYBB", 1);
require("../global.php");
global $mybb;
require 'includes/db.php';
require 'includes/init.php';