Search code examples
http-status-code-404cmsmadesimple

CMS Made Simple some images and all pages not found after moving servers


After moving my site from one server to another I now have the problem that some of the images are not showing and only the home page will show all other pages when linked to give a 404 error:

Not Found

The requested URL /location.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Solution

  • Could be any number of things given that information. Things to check:

    • Database connection settings in config.php
    • Any special settings in .htaccess
    • Path setting in config.php
    • Has your URL changed? If so adjust line in config.php

    If no joy, post your system info (Admin area -> Site Admin -> System Information -> View Text Report link (top right)). And preferably a link to the site. And describe the steps you took to move the site from server to server.