To make WordPress available at http://mydomain.com just change in Settings->General, the Blog address (URL) to http://mydomain.com and put this index.php file in your web-root folder (it is the same folder that contains the blog folder)
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./blog/wp-blog-header.php');
?>
Then update your permalinks in Settings->Permalinks.
—————————————————-
There might be something helpful located in this article.
Giving WordPress its Own Directory
Thread Starter
saq
(@saq)
Thanks Michael and Clayton:
However Michael, I am not clear about “Then update your permalinks in Settings->Permalinks.” part. What I am suppose to do? Change the directory name? I do not think that I can do it.
By the way I am not using any pretty permalinks.
Thanks again.
No, just click on the update permalink button to let it recreate any rules.
Thread Starter
saq
(@saq)
Sorry, where is “update permalink” button? I only see a “save changes” button.
Thread Starter
saq
(@saq)
That is not very good Michael. I thought your were really helpful.
Is there an “update permalink” button? Yes or No would be good enough. Thanks.
Sorry, visit Administration > Settings > Permalinks, click on Save Changes.
If the problem persists please provide a URL to see the problem.