• Resolved topracer6969

    (@topracer6969)


    Hi All,

    I just finished getting WordPress network up and running successfully, except for one small (smile) point – my posts don’t want to load up.

    Now, to be fair – the way I got all my pages and posts into the jobs.localjobs.com site was to export them from my other blog….(same name)….and then import them into this one (same name – took some DNS toggling to get in/out of my old site and back into the new site on a different host server). I thought this may be the problem for some reason, but even when I enter a new test post – directly into this new site – same thing happens.

    They look fine in the abbreviated version on say the home page, but when I click one to view the entire post…it’s comming up with a 404 page error.

    My site is at https://jobs.localjobs.com – if you go there, you can click on any of the articles and you’ll see just what I mean.

    Same this happens on a network site, such as: https://charlotte.jobs.localjobs.com

    Everything in the permalink matches…not sure what’s up.

    Any ideas here? Weird.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like a permalinks problem to me — your posts, pages, and category archives are all coming up with the same error. Make sure your .htaccess file is set up correctly. You need to put this in it:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thread Starter topracer6969

    (@topracer6969)

    That took care of it! Much thanks Ambrosite!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting a 404 Page On Comments Load’ is closed to new replies.