I use wordpress 2.0.5 at Godaddy
I start wordpress the following index.html page from my domain http://www.bozourbana.org
<html>
<head>
<title>Bozo Urbana</title>
<meta http-equiv="REFRESH" content="0;url=http://www.bozourbana.org/wordpress">
</head>
<body></body>
</html>
In my WordPress General Option page, the Weblog title is "Bozo Urbana"
I know that the follwoing lines in the header.php file recover the weblog name:
<h1 id="blogname">">
<?php bloginfo('name'); ?>
</h1>
I want to get another domain
http://www.sweeturbana.org
from which the same blog is acceesed. However, when someone accesses the blog starting at this domain, I want the weblog title to appear as "Sweet Urbana" rather than "Bozo Urbana". Is this possible?