• Hello All,

    I’ve really a strange problem with my wordpress. Recently i downloaded a new theme and activated it, then my website started not to show anything. Just nothing. A blank page! Even i couldn’t reach to my admin panel. Then i deleted the template from my server. And fortunately i could reach the admin panel and i changed the theme again what i had been using before.

    And now it started not to find anything. The main page is seen but when i click “page 2” or any page or any post or anything… It can’t find that page :(. I asked it to my hosting provider but they couldn’t help me. They said that you should upload your categories again.:S I created them by the admin panel. And they are seen succesfully on the admin panel too. But it’s just impossible to reach them by the main page.

    http://www.photostreet.org

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try disabling all your plugins and see if that makes a difference, also you can reset your link structure by changing it, applying it, then changing it back and applying it.

    – paul

    Thread Starter doktorbune

    (@doktorbune)

    Hello Paul,
    Thank you for your help but non of the things that you described worked on my blog. Can it be about htaccess file?

    Try resetting your permalinks: Check your permalink settings and then click Save Changes even if you haven’t changed anything.

    Hi,

    Check with these options:

    -> Remove all unwanted code from htaccess
    -> reset your theme to default
    -> upgrade your wordpress to the latest version
    -> Set your desired permalink and add this code in htaccess:

    # BEGIN WordPress

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

    # END WordPress

    After that have a check with old and new posts.

    Thanks,

    Shane G.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange problem :(’ is closed to new replies.