Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 09:10:01 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155442 Posts in 21702 Topics by 7731 Members
Latest Member: zvaigzdzius
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: IP address in URL field.  (Read 702 times)
jbrown

Offline Offline

Posts: 11


« on: October 21, 2008, 10:53:53 PM »

The IP address shows in the URL field when I click a link in the site. Is there a place to change this back to the domain we purchased? I'm guessing it has to be WB since the domain name shows only on the home landing page. Any help would be appreciated. Thanks!

www.homeinsurance.b z
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2294



WWW
« Reply #1 on: October 21, 2008, 11:03:17 PM »

This is set in the config.php in the root of your website.

Ruud
Logged

Professional WebsiteBaker Solutions
jbrown

Offline Offline

Posts: 11


« Reply #2 on: October 22, 2008, 06:57:45 PM »

Thanks for your help. The config file looks okay...

<?php

define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'homeinsu_mike');
define('DB_PASSWORD', 'offset');
define('DB_NAME', 'homeinsu_admin');
define('TABLE_PREFIX', 'insurance');

define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.homeinsurance.bz');
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.homeinsurance.bz/admin');

require_once(WB_PATH.'/framework/initialize.php');

?>
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2294



WWW
« Reply #3 on: October 22, 2008, 08:48:14 PM »

And the menu's are generated with show_menu2() ?
They are not like the standard output of show_menu2, might be something there?

Ruud

(Ps. I'd advise you to edit your previous post and remove your DB_** entries.)
Logged

Professional WebsiteBaker Solutions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!