Guys in my wordpress website i accidently changed the blog url and site adress and now I can not login to my account and edit my website? WHat should I do? I have no idea of PHP mysql or Cpanel.
Detailed instructions on how to fix this you can find at http://codex.wordpress.org/Changing_The_Site_URL
To fix this you will need to edit your wp-config.php file via cPanel or ftp. Simply add this code: define('WP_HOME','http://yoursite.com'); define('WP_SITEURL','http://yoursite.com'); PHP: Use this to access your site to change the url settings in the admin panel. When finished remove the code you added to the wp-config.php file and the problem should be fixed. I hope this helps if you did not figure it out yet.