I have a website that is built on ASP.NET MVC and hosted on a Windows server. Now I wanted to add a blog specifically for Wordpress. I would like to add this blog to this specific address http://thedomain.com/blog (I don't like the subdomain http://blog.thedomain.com )
I heard from someone that it’s good for search engines to post under http://thedomain.com/blog rather than http://blog.thedomain.com
1) Is this correct?
I have another provider (based on Linux) where I usually post my Wordpress blogs and I can add unlimited subdomains. I would like to install the aforementioned blog here with this provider, and not with my Windows-based server (where my MVC application is located).
2) how can I host my Wordpress blog on Linux, but still have access to it using http://thedomain.com/blog ?
Please help me how to do this or just drop some ideas.
I know that I can install Wordpress on a Windows server, but due to cost issues, I wanted to host this on a Linux server.
Naren source
share