by (400 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

My guess is there is something hard-coded into the source that is causing the problem.  Any idea as to what I am missing?

2 Answers

by (5.1k points)
Hello Rsthomas.

Do you use apache? If yes, please check your .htaccess

Regards, Pavel.
by (400 points)
Thanks, Pavel, that was it!  .htaccess needs to show the new path.

Add it to the above list of files to change when moving the site.
...