• https://countrygarden.ceconn.com

    I’ve read where others are having similar problems. Yes, I’ve disabled all plugins and tested with other themes. Nothing. Help doesn’t work.
    Like it’s frozen or something. I can’t write a post.

    Stupid things like when you want to update a few plugins at once – that option doesn’t work and I have to click beside each one. I could go on.

    .htaccess seems OK:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    At the moment, it looks like you’ve got bigger problems. I’m getting this error message when I visit your WordPress URL

    Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/erikacon/public_html/countrygarden/index.php on line 17

    Even the Google cached version looks broken since May 9th.

    Do you have a file backup? Restoring that may solve this more immediate problem you’re having.

    Thread Starter erikacon

    (@erikacon)

    I’m doing that right now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links not working’ is closed to new replies.