How can I show an external WordPress site under a asp.net site domain
I have a asp.net site www.example.com on a Microsoft server. I also have a WordPress site on a Linux server. I need my WordPress site to be visible under a folder on my asp.net site.
E.g. www.example.com i开发者_高级运维s my asp.net site but I would like www.example.com/mysite to show the WordPress site.
I know you can host WordPress on Microsoft servers but that is not an option for me.
I don't think it's possible. You can have subdomain though blog.example.com and point it to your linux server.
Another solution is to use IIS 7.0 URL Rewrite to create a reverse proxy to you blog. I know this sounds a little intimidating, but essentially you can get IIS to serve up your wordpress blog as a sub-folder just like you want.
精彩评论