I just migrated a Drupal site from a ISP to a dedicated Linux CentOS server.
MySQL Database is configured and generates front page without error.
Problem is that only the home page works. All other pages show "404 Page Not Found Error".
So mysite.com/ works but mySite.com/node/1 does not work.
I checked some obvious places:
LoadModule rewrite_module modules/mod_rewrite.so is enabled in httpd.conf
Any ideas?