by (500 points)
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

1 Answer

by (1.4k points)
Hey,

I had a similar problem.
I recommend you to install Seotoaster complete new.
Then backup the new database and exchange it with your existing database.
If you have any problems after that look here:

https://www.seotoaster.com/questions-and-answers/7401/update-2-2-to-2-5-does-not-work?show=7404#a7404

Best Regards  Ronny
by (5.1k points)
Hello Gmxindia.

Also clear caches /home/dnalaham/public_html/cache

Regards, Pavel.
...