[help] housekeeping

anthonyy

Member
Dec 23, 2014
127
10
so i have an ase and a hk but when i click on staff panel it takes me to luxhotel.info/404 < that's not even my hotel link my hotel is habborich.us and i can't seem to find where this button is located so i can change the link?



 

NeedForSpreed

Member
May 18, 2014
326
71
I don't think this will solve your problem, do you even know what you're talking about?

The answer was already given:

Go to your web.config.php, scroll to the bottom, replace luxhotel.info with {url} or simply your URL to fix the problem.
Look at his last post, as you can see the rewrite is good, he just can't access his hk. Look at the url it says /ase and it should say /hk

Skickat från min FRD-L09 via Tapatalk
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Not unless his directory is ASE not HK.

If his directory is hk/login.php or some sort then it should be hk not ase, otherwise if it is ase then it should be ASE.

Go to your class.users.php located in wwwroot/app folder, then find ASE and it should come up with something like ase/index.php?=login or something, change it to ase/login.
 

anthonyy

Member
Dec 23, 2014
127
10
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 7)
{
$_SESSION["in_hk"] = true;
header("Location:".$_CONFIG['hotel']['url']."/hk/index.php?url=main");
exit;

still gives me /ase/login
 

Users who are viewing this thread

Top