Moving CMS 2.5 to new server -- home page comes up but not other pages

asked May 23, 2017 by rsthomas (320 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

answered May 30, 2017 by Pavel.g (4,600 points)
Hello Rsthomas.

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

Regards, Pavel.
answered Jun 6, 2017 by rsthomas (320 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.
...