• Moved site to new server, new domain name. changed active themes function.php to reflect new domain. can get into wp-admin and login.

    when view site, nothing comes up.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Hardening WordPress says 755 for directories and 644 for files, mileage may vary…

    Thread Starter glendapizz

    (@glendapizz)

    thanks.

    I’m running on a windows server

    just found out about and enabled the mod_rewrite Apache module.

    pages are still blank though. is there anything i should do? Now it seems i can have a .htaccess file.

    Thread Starter glendapizz

    (@glendapizz)

    wp-cron.php is getting the http 500 more than index.php.

    Thread Starter glendapizz

    (@glendapizz)

    how can’t get into wp-admin. getting access violations

    Thread Starter glendapizz

    (@glendapizz)

    Very weird. after reading posts, it seems this error is due to excess traffic on the host using isapi. can wp run with php cgi?

    did you have any luck resolving this issue, glendapizz? i’m having the same issue (and have the same unhelpful host).

    I’m working on a client’s site, also hosted with Verio, and I ran into this exact same issue.

    I added an echo to the top of index.php, so I could tell that the file itself is being loaded. I narrowed the problem down to this line:
    require('./wp-blog-header.php');

    I changed it to this:
    require('wp-blog-header.php');
    …(removing the “./”)and now it works!

    I’m not sure how it will stand up to future automatic upgrades, but thankfully it’s such a minor change that having to go back in later and do it again is trivial, at best.

    Hope this helps! ??

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Moved site to new server, now doesn’t display’ is closed to new replies.