Hi All,

I have a problem with my site since i moved it from my sub domain to my main domain.
it seems like it still pulls info from my sub domain;

link rel="dns-prefetch" href="//test.founthouse.dk" /

Should be

link rel="dns-prefetch" href="//founthouse.dk" /

And

link href="http://test.founthouse.dk/sites/all/themes/responsive_mytheme/font-aweso..." type="text/css" rel="stylesheet"

Should be

link href="http://founthouse.dk/sites/all/themes/responsive_mytheme/font-awesome/cs..." type="text/css" rel="stylesheet"

how can i change this?

Kind Regards Toke

Comments

mansigajjar’s picture

Hello,

Let me know you are using same database for live domain?

Toke’s picture

yes the database is the same.

mansigajjar’s picture

Hello,

You need to replace http://test.founthouse.dk with http://founthouse.dk from the database.

Toke’s picture

I'm looking, but havn't found it anywhere so far. thanks for pointing me in the right direction though!

Kind Regards

Jaypan’s picture

How are you adding the links in the first place?

Toke’s picture

I didn't add it, it was a part of the theme, i think.

Jaypan’s picture

Then you've posted in the wrong section of the forum. This section is for code questions.

You can move the thread by editing the original post.

Toke’s picture

what section would be appropriated?

Jaypan’s picture

Post Installation.

Toke’s picture

I searched the database for test.founthouse but the only result was in watchdog.

mansigajjar’s picture

Hello,

Empty watch dog table. Clear cache form admin>configuration>Performance

Toke’s picture

That fixed the DNS link but not the
"link href="http://test.founthouse.dk/sites/all/themes/responsive_mytheme/font-aweso..." type="text/css" rel="stylesheet""

VM’s picture

clear the cache tables in the database.

Toke’s picture

That did not help...

mansigajjar’s picture

Hello,

Check $base_url path in sites/default/settings.php file

Toke’s picture

I didn't find the test in the document. I searched the entire FTP, without finding the test.founthouse code.

mansigajjar’s picture

Hello,

Can you please verify server cache if they're enabled, then flush it.

Toke’s picture

The Sever is flushed and the DB is truncated.

mansigajjar’s picture

Hello,

Can you please check again responsive_mytheme/templates/html.tpl.php file.

Toke’s picture

It's not there either. It's so frustrating because i get a 404 on all pages :/ I know i could just create the folder but I would rather not. Thx for helping btw!!

Toke’s picture

It WAS in html.tlp.php! didn't show up in search, might have been that i kept opening an old file.

Thank you a lot!