1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Logging in to my wordpress administration panel

Discussion in 'WordPress' started by kevoh99, Mar 9, 2012.

  1. #1
    kevoh99, Mar 9, 2012 IP
  2. raduchivriga

    raduchivriga Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    To change from MySQL the address back to sitename.com ... only to delete www ;)
     
    raduchivriga, Mar 10, 2012 IP
  3. samirj09

    samirj09 Well-Known Member

    Messages:
    335
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    125
    #3
    Log into phpmyadmin. Navigate to the wp-options table. Change site url (near option ID 2) and change home URL (near option ID: 36).
     
    samirj09, Mar 10, 2012 IP
  4. KJMS-Chris

    KJMS-Chris Guest

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can make the edit in wp-config.php

    If you are inexperienced with MySQL, do not use the advice above.


    define('WP_HOME','[U]URL'[/U]);
    define('WP_SITEURL','[U]URL'[/U]);
    Code (markup):
    Put that info in around your database name and you'll be fine
     
    Last edited: Mar 10, 2012
    KJMS-Chris, Mar 10, 2012 IP