• I am having a problem with the main webpress page. When I try to access my site ( thedouble.awardspace.com ) it redirects to my hoster’s homepage ( awardspace.com ) as if index.php is not found on my site. Everything else is working smooth – the admin page, plugins, dashboard. I can even look in the archive and see posts. Installation was smooth too. Im thinking that this problem came from me importing an rss feed from another blog. maybe Please help meee. lol.

    Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • Odds are high you have an apache config problem (can’t remember the directive now but you’ll recognize it if you look at the httpd.conf)

    It’s something do with default directory listing. move (add) index.php ahead of index.html and you’ll be good.

    Thread Starter kevink245

    (@kevink245)

    You talking about looking in the .htaccess file right? I dont see anything wrong in there. It was working before I reinstallled to a new domain. maybe i forgot to delete everything.

    here is the .htaccess file:

    # 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 kevink245

    (@kevink245)

    Ok. I guess I will export and rebuild it. Thanks for your help though.

    Thread Starter kevink245

    (@kevink245)

    well i reinstalled same problem. its a stupid awardspace problem.

    You get what you pay for. Or dont, in this case.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wordpress index.php not loading?’ is closed to new replies.