Title: Munawar Ahmed Mohammed's Replies | WordPress.org

---

# Munawar Ahmed Mohammed

  [  ](https://wordpress.org/support/users/munawar/)

 *   [Profile](https://wordpress.org/support/users/munawar/)
 *   [Topics Started](https://wordpress.org/support/users/munawar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/munawar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/munawar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/munawar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/munawar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/munawar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL, now can't access dashboard](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/)
 *  [Munawar Ahmed Mohammed](https://wordpress.org/support/users/munawar/)
 * (@munawar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/#post-3570851)
 * “wp_options” is a table name inside your database which you can find in phpmyadmin
   and its is not a file.
 * you cant find
 * > define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
   >  
   > define(‘WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 * these lines in wp-config.php file because they dont exist. you have to add it
 * online 83 where there is comment which says “That’s all, stop editing! Happy 
   blogging.” before that line paste the code with your updated urls
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL, now can't access dashboard](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/)
 *  [Munawar Ahmed Mohammed](https://wordpress.org/support/users/munawar/)
 * (@munawar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/#post-3570814)
 * if you are interested in playing with wp-config.php file. replace example.com
   with your exact locations
 * then inside file wp-config.php on line:83 where there is comment which says “
   That’s all, stop editing! Happy blogging.” before that line past the following
   with your updated urls
 * define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
    define(‘
   WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed WP URL, now can't access dashboard](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/)
 *  [Munawar Ahmed Mohammed](https://wordpress.org/support/users/munawar/)
 * (@munawar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changed-wp-url-now-cant-access-dashboard/#post-3570813)
 * Hi Copaesthetic,
 * if you have phpmyadmin access you can directly go and select the database(with
   which WP is installed) > wp_options > then change siteurl(this the url where 
   WordPress core file reside)
 * This helped me, lot of times with similar issue.
 * Thank you.
    Munawar

Viewing 3 replies - 1 through 3 (of 3 total)