Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 12:09:41 PM

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.
149635 Posts in 21099 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: No Frontend after Domain-Change  (Read 1112 times)
allhaas

Offline Offline

Posts: 24


« on: January 03, 2008, 01:52:11 PM »

Hello

I use WB 2.6.7 and all works fine.
Now i had to change the domain name. (not the installation!)

I changed the config.php from:

define('WB_URL', 'http://www2.mobilesolutions.ch/2/');
define('ADMIN_URL', 'http://www2.mobilesolutions.ch/2/admin');

to:
define('WB_URL', 'http://www.mobilesolutions.ch/2/');
define('ADMIN_URL', 'http://www.mobilesolutions.ch/2/admin');

Now the frontend doesn't show anything (clear site).(http://www.mobilesolutions.ch/2/)
The backend works except the FCK Editor isn't available.

I have checked the whole database and all wb-files for a "www2." string and replaced them to "www." but nothinh happens.

Can somebody help me?? i am confused....  undecided

sam
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« Reply #1 on: January 03, 2008, 02:51:43 PM »

Do you have the Domain Record set to the right subdirectory?

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

allhaas

Offline Offline

Posts: 24


« Reply #2 on: January 03, 2008, 03:04:55 PM »

hi klaus

i reach the subdirectory "/2" with a PHP Redirect

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.mobilesolutions.ch/2/index.php");
header("Connection: close");
?>

this was before i changed the domain ok like this... hmm...

what do you think?
thanks a lot.
sam
Logged
allhaas

Offline Offline

Posts: 24


« Reply #3 on: January 03, 2008, 07:34:58 PM »

hi klaus

i had the idea in this moment... just stupid.
my provider has to each domain set the safe_mode to disabled also when i change it from one to another - each has to learn !!!

thanks
Logged
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!