QUOTE (caribou sue @ Jan 8 2009, 08:03 AM)

QUOTE (Attila @ Jan 7 2009, 09:04 PM)

The problem is the blog url is considered rootdomain.com/blog1 so when you click on going to home page it goes out of the domain (every URL included is full url, not relative).
You should now be able to set your publishing path to blog1.com instaed of rootdomain.com/blog1 so MT uses that in full URLs.
Sorry for the late response I needed to get to the weekend to be able to retry. I just reinstalled everything as you suggested. I will use the real values this time as you might even could take a look at it. I did not before as I didn't wanted to look like I am self promoting my blog here. So apologies.
Anyhow, this is what I did:
/mypath_to_domain/htdocs/mt - MT files (both cgi and htdocs)
/mypath_to_domain/htdocs/returningnull (for my blog)
Then I installed MT (ran the configuration) from
http://talabor.com/mt .
It went fine and installed everything. It asked me to create my blog which I did as:
SiteURL:
http://returningnull.talabor.comPublishing path: /mypath_to_domain/htdocs/returningnull
Then went ahead and published the default blog.
Now if I go to
http://returningnull.talabor.com all I get is a broken site. Reason being that the included styles.css
<link type="text/css" href="http://returningnull.talabor.com/styles.css" rel="stylesheet"/>
looks like:
@import url(http://returningnull.talabor.com/mt/mt-static/themes-base/blog.css);
@import url(http://returningnull.talabor.com/mt/mt-static/themes/minimalist-red/screen.css);
Which obviously does not resolve.
I also am unable to sign in to leave a comment. Clicking the link will just hang.
So what can I do?
thank you for your time and help,
Attila