How do I add a WP blog to my website as www.blogname.mydomain.com ?

Discussion in 'Blogging' started by itvegas64, Sep 8, 2006.

  1. #1
    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?
     
    itvegas64, Sep 8, 2006 IP
  2. iowadawg

    iowadawg Prominent Member

    Messages:
    10,918
    Likes Received:
    811
    Best Answers:
    0
    Trophy Points:
    380
    #2
    Just create the sub-domain in your cpanel.
    Then upload the wp script into the sub-domain.
     
    iowadawg, Sep 8, 2006 IP
  3. zman

    zman Peon

    Messages:
    3,113
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    zman, Sep 10, 2006 IP