I have created a new Drupal 7 site at an address "http://www.mycms.com/customer". I am trying to move it to the production server at "http://www.customer.com". I backed up the database adn restored it on the "www.customer.com" MySQL server. I copied all the files from the "http://www.mycms.com/customer" folders. I cleared the cache_* tables in the database.
When I go to "http://www.customer.com", the home page is successfully displayed, but when I click any link on the home page, I get 1 "404 Not found" error. If I try to go to a page directly, e.g., "http://www.customer.com/node/15", the same error is displayed.
Additional info -
The .htaccess file was copied from the appropriate subdirectory.
There are no redirects in the .htaccess file
When I attempt to login, I get the same error, so I cannot check any settings within the drupal database itself, except via phpAdmin.
Anybody have any ideas what to check next.