Hi guys, I have been tearing my hair out for the last couple of hours trying to understand why my wordpress has stopped working properly. It seems to have happened suddenly and I haven't installed any new plugins or anything like that. This is the problem: If you visit http://mysite.com the page does not display, no error messages just a blank homepage. If I then go to any other page, ie; http://mysite.com/index.php the dashboard, categories or posts everything looks and works fine. It is simply that I cannot access my main domain. I have tried opening a support ticket, the guy said I needed a .htaccess file with Code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> in it but this hasn't helped. I was hoping one of you might be able to help.. Any ideas. Thanks.
Sounds like your webserver isn't picking up index pages properly. Do you have another domain on the server to confirm? Also, is there anything else in your .htaccess file?