Forums

wordpress index.php not loading? (7 posts)

  1. kevink245
    Member
    Posted 4 years ago #

    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

  2. ccoupe
    Member
    Posted 4 years ago #

    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)

  3. ccoupe
    Member
    Posted 4 years ago #

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

  4. kevink245
    Member
    Posted 4 years ago #

    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
  5. kevink245
    Member
    Posted 4 years ago #

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

  6. kevink245
    Member
    Posted 4 years ago #

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

  7. whooami
    Member
    Posted 4 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic