Hello, i developed a site on drupal, bought a domain overseas and am trying for about two months to get it running and I can't.

I have a domain hosted by hostmonster. i run one drupal site (works fine) on the root and another one on a subfolder called '150' (works great too).

http://site1 -> works fine
http://site2/150-> works fine

Ponted the overseas domain to site2:

www.site3.com.br -> http://site2/150

Issues started :

1) front page loads, but seems to have lost the css or themes (?)
2)none of the links works because the urls are being generated wrong

example;

the page contact shows t: www.site3.com.br/150/contact instead of www.site3.com.br/contact

hostmonster tells me it is a "drupal database confguration" . can anyone help me or point me to the right direction ????
thanks

Comments

beponto’s picture

bump

vm’s picture

clear your cache tables in the database.

check your settings.php and ensure that either you A) aren't using a $base_url or B) that it is set correctly.

Lastly, don't bump your posts when it hasn't been 24 hours.

beponto’s picture

thanks