1.) created zip file of original code
2.) created sql file of original database
3.) installed zip and sql files on the new server
4.) edited /seotoaster_core/application/configs/domain.ini to reflect new database login information, and new website.path
5.) edited /system/coreinfo.php to reflect new path to seotoaster_core
6.) the homepage comes up like on the old server, but selecting any other page from the menu returns an Error 404 - Not Found error
7) moved .htacess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
i keep getting 500 error
error log
#5 /home/dnalaham/public_html/seotoaster_core/library/Zend/Controller/Front.php(941): Zend_Controller_Plugin_Broker->preDispatch(Object(Zend_Controller_Request_Http))
#6 /home/dnalaham/public_html in /home/dnalaham/public_html/seotoaster_core/library/Zend/Controller/Plugin/Broker.php on line 312