I did a mistake in wordpess please help!

Discussion in 'WordPress' started by jonmarko, Aug 4, 2010.

  1. #1
    Hello DP members,

    Please I have an issue, after setup new wordpress blog I did a mistake when I making the setting, I saw the blog URL http:// mysite{dot}com but I changed it to
    http://wwww. mysite{dot}com so I put 4 wwww and the blog now didnt open and I dont know what can I do with this Issue. Please advice if any one here can help.
    I apperciated you help.
    Thanks and Best Regards,
    Jon
     
    jonmarko, Aug 4, 2010 IP
  2. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Delete it and start again?
     
    mcfox, Aug 4, 2010 IP
  3. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #3
    So you can't get into the admin panel at all? Then since it is a new installation, I too would delete it and start again.
     
    hmansfield, Aug 4, 2010 IP
  4. psharma

    psharma Prominent Member

    Messages:
    1,955
    Likes Received:
    85
    Best Answers:
    4
    Trophy Points:
    345
    #4
    Are you feeling trouble in deleting too ?
     
    psharma, Aug 4, 2010 IP
  5. KSubedi

    KSubedi Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    no no need to delete it and reinstall, open the config.php file in your root folder and change the domain from it and save it. it will work. it happened to me once :)
     
    KSubedi, Aug 4, 2010 IP
  6. jonmarko

    jonmarko Active Member

    Messages:
    456
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    85
    #6
    Thanks all I fixed it :)
     
    jonmarko, Aug 4, 2010 IP
  7. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,482
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #7
    Have you fixed it as per KSubedi said ? Just asking for knowledge.

    DON.
     
    deluxdon, Aug 4, 2010 IP
  8. tomy_gun

    tomy_gun Peon

    Messages:
    369
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, it is better if he shares solution with us for knowledge.



     
    tomy_gun, Aug 6, 2010 IP
  9. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Not exactly because, Config file doesnt provide an option for altering or changing the URL!! :)

    May be that could be done from the database - Yeah Propably!

    OP may have just done a reinstall!!

    ~Exp~
     
    extremephp, Aug 6, 2010 IP
  10. cthemarketer

    cthemarketer Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you have access to your php admin. You can do it very simply there. If you need specifics, you can PM me
     
    cthemarketer, Aug 6, 2010 IP
  11. CoderJosh

    CoderJosh Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    While the URL is per default stored in the database (and could be modified there in such a case with a tool like phpMyAdmin), it's also possible to configure the URL in wp-config.php, like this:

    define('WP_SITEURL', 'http://www.mydomain.com/wordpress');
    define('WP_HOME', 'http://www.mydomain.com');
     
    CoderJosh, Aug 6, 2010 IP