CeejeeB
CeejeeB

Reputation: 3114

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 is 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.

Upvotes: 0

Views: 176

Answers (2)

Keltex
Keltex

Reputation: 26426

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.

Upvotes: 1

ysrb
ysrb

Reputation: 6740

I don't think it's possible. You can have subdomain though blog.example.com and point it to your linux server.

Upvotes: 1

Related Questions