[Solved] I moved a wordpress website to my server and the home page shows up but why not any other pages? [closed]


We dont know about your setup but there are 3 things that can cause this.

  1. Goto settings> permalink and click on “Save Settings”
  2. If the above doesn’t work goto wp-config and add

    define('WP_HOME',    'http://example.com');
    define('WP_SITEURL', 'http://example.com');
    
  3. Check your .htaccess for base directory path, if your site is in a
    subdirectory you should replace it with /subdirectory

solved I moved a wordpress website to my server and the home page shows up but why not any other pages? [closed]