Domain is loading twice

Status
Not open for further replies.

LOOKATYOU

Member
May 9, 2011
34
4
Hello, i recently set up a retro, r63
i had it working for a while, but my router got re-set and so did the ip i was using
after editing my config replacing the old links to the new one's i tried to load my hotel using my ip i set
and for some reason it dose this when i type my ip (ill use a fake ip)

5.123.123.123
will then change to
5.123.123.123/5.123.123.123

I aint using hamachi my ports are opend it is aloud in my firewall and other people can see the site, but have the same issue
i have to type 5.123.123.123/index if i want to access it, but then all my site is messed up
but thats because my ip keeps dubbling
i checked config ect cant seam to see anythin all i did was replace ip with my new one

if im in wrong section im sorry not really sure where it should be as i never had this
i am using xampp for now.
any help would be grate
 

LOOKATYOU

Member
May 9, 2011
34
4
thanks for fast reply heres my config

<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'myip'; //MySQL host - localhost, Hamachi IP, VPS or Dedi's IP

$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username

$_CONFIG['mysql']['password'] = 'mypassword'; //Phpmyadmin password

$_CONFIG['mysql']['database'] = 'mydaterbase'; //Phpmyadmin database name

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['server_ip'] = 'myip'; //localhost, Hamachi IP, VPS or Dedi's IP

$_CONFIG['hotel']['url'] = 'myip'; //URL to your hotel, does not end with a "/"

$_CONFIG['hotel']['name'] = 'Obbah-Hotel'; // Your Hotel's Name

$_CONFIG['hotel']['desc'] = 'Where the fun begins!'; //Hotel's description

$_CONFIG['hotel']['email'] = 'myemail'; //Email for users to submit help requests to

$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users

$_CONFIG['hotel']['credits'] = 2000; //How many coins new users get

$_CONFIG['hotel']['pixels'] = 1000; //How many pixels new users get

$_CONFIG['hotel']['figure'] = 'hr-125-31.ch-215-62.hd-209-8.lg-275-63'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'myip/r63/external_variables.txt'; //External Vars [Don't edit]

$_CONFIG['hotel']['external_texts'] = 'myip/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]

$_CONFIG['hotel']['product_data'] = 'myip/r63/productdata.txt'; //Product Data [Don't edit]

$_CONFIG['hotel']['furni_data'] = 'myip/r63/furnidata.txt'; //Furni Data [Don't edit]

$_CONFIG['hotel']['swf_folder'] = 'myip/r63/swf'; //SWF Folder [Don't edit]

/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'Custom-Habbo';

/*
*
* Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Ray';
$_CONFIG['retro_top']['user'] = 'Ray';

/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
* Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = 'Not Enabled'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'Not Enabled'; //Hotel's Facebook account

?>
 

LOOKATYOU

Member
May 9, 2011
34
4
Thank you very much i just corrected it, wow amazing how one little mistake cause a big one lol supprised somthing so little could do that
thanks very much for your time
 
Status
Not open for further replies.

Users who are viewing this thread

Top