• Hello to all.
    Since this morning I have a problem with my site, I can not see any page except the part of the administration.
    Lately I have not installed any plugins, and I did not create any new content, I also tried to disable all plug in one by one to check ‘if the problem was due to one of these but nothing.
    My site is http://www.flussiliberi.it

    and httacces is:

    # 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

    Thanks to all
    PS please help me because I have no idea how to move and the contents on the site are many.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you have a PHP error on your site. You need to check the server logs to see what it is.

    Did you add/edit any PHP on your site recently?

    Thread Starter aria.francesco

    (@ariafrancesco)

    I just solved!
    I did not understand how it is possible but my index.php file was empty!
    It may have been an automatic update failed?
    Now I restored the content and the site seems to work.

    My site is Hosting on Tophost.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress no page , only admin page !!’ is closed to new replies.