Hi I'm trying to add a blog to my website so that the blogs address is normal url and not a folder, ie www.blogname.mydomain.com rather than www.mydomain.com/blogname/ Anybody help?
If you're talking about having a free WP blog appear under your domain instead of theirs, you could try this in the head. <html> <frameset frameborder="0" border="0" framespacing="0" rows="*"> <frame src="http://www.thetrueblogurl.com"> <noframes> <body> <script>document.location="thetrueblogurl.com";</script> </body> </noframes> </frameset> </html> You might want to check the TOS though. I'm not sure if it's allowed. I used it for a readybb forum I have, but they're OK with it.