I have a website which is built on ASP.NET MVC and hosted on Windows server. Now I wanted to add a blog specifically wordpress blog. I wanted to add this blog at this particular address http://thedomain.com/blog (not like subdomain http://blog.thedomain.com)
I have heard from someone it is good for search engines to host under http://thedomain.com/blog rather than http://blog.thedomain.com
1) Is this right?
I have another provider (linux based) where usually I host my Wordpress blogs and I can add unlimited subdomains. I would like to install the above said blog here with this provider rather than my windows based server (where my MVC app resides).
2) how can I host my Wordpress blog at Linux box but still be able to access it using http://thedomain.com/blog ?
Please help me how to do this or just throw some ideas.
I know I can install Wordpress on Windows server as well but due to the cost concerns I wanted to host this on Linux box.