• Resolved McCologne

    (@mccologne)


    Hi there,

    as of today, on my website only home is displayed, but all other addresses and links provide blank pages only. In the backend I can edit all pages and posts without any problems, but also from there I only get a blank browser window when I click on “Preview”.

    No idea what’s going on. Immediately before the problem occurred, I have my .htaccess settings changed to restrict access to wp-admin.php. Meanwhile, these changes are undone. And even if I completely delete the .htaccess-file from server, the problem persists.

    Have tentatively also the theme changed – even then, the problem remains.

    What am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please check your .htaccess

    Thread Starter McCologne

    (@mccologne)

    Problem partially solved: Changed Settings > Permalinks to “Standard”, and it works. But how to use other Permalink-Settings than “Standard” without destroying the website?

    Can you tried this in your htacess

    AddType x-mapp-php5 .php
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Thread Starter McCologne

    (@mccologne)

    Problem solved: Yesterday I changed the permalinks. It worked exactly as long as I accidentally did overwrite the redirects created by WP in .htaccess-file. Now everything works, even with changed permalinks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only "Home" is displayed’ is closed to new replies.