Need help changing back the correct wordpress url

Did you follow the steps outlined here:

http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Specifically did you copy the .htaccess and index.php files back to the root and edit the index.php file with correct filepaths as stated in points 7 – 9?

Update

The problem was solved by modifying these two options in the wp_options table:

  • siteurl
  • home

(See comments)