• Resolved JustinMason

    (@justinmason)


    2.8.4

    Moved WP from one server to another. Copied over the DB (and made the proper adjustments). Domain is directing traffic correctly.

    https://www.cpiapparel.com brings up the theme, the content, and the images. Images are being delivered to our sister sites hosted offsite, so content is being delivered.

    Problem: All pages created in wordpress and linked from the main page do not work.

    In the WP-Admin panel I can edit the pages, re “post” them etc. but nothing displays to the public. Server displays a “not found” error page.

    Any ideas? This is driving me nuts. Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using Permalinks? If so, it is worth a try to click Save Changes without actually making any changes to your Permalinks, just to be sure your .htaccess file(s) are where they should be, and correct.

    All the links I tried on your site worked, so I don’t know enough to comment further.

    Thread Starter JustinMason

    (@justinmason)

    This issue was fixed by adding in a proper .htaccess that allowed for mod rewrite (I had changed my permalinks).

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages not displaying’ is closed to new replies.