hello all guys I have a problem in my Blog which is http://www.mobicreed.com the problem is when i open my website as mobicreed.com or http://www.mobicreed.com or http://mobicreed.com it redirects to http://www.mobicreed.com/index.php And because of this reason i am not able to search any thing in my website you can see google search over top right corner Kindly help me whats the problem . I am very thankful to you.
this is what in .htaccess file i have # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress