Support » Fixing WordPress » error 404 instead index page

  • I have a problem with the index page of http://www.webnet30.it.
    wordpress 3.5.2 italian with yootheme

    When I type http://www.webnet30.it wordpress gives me a 404 error

    If i’m logged in as admin then I can normally see my homepage.

    I have try:
    – change theme with twenty..
    – change permalink structure
    – change htaccess
    – update with 3.5.2 english instead italian

    can you help me?
    thanks
    htaccess current
    # 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

  • The topic ‘error 404 instead index page’ is closed to new replies.