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
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.
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
kevink245
Member
Posted 4 years ago #
Ok. I guess I will export and rebuild it. Thanks for your help though.
kevink245
Member
Posted 4 years ago #
well i reinstalled same problem. its a stupid awardspace problem.
You get what you pay for. Or dont, in this case.