Good day,

The issue is this :

Our company has a website hosted on an IIS server. I have recently been given the task to configure a wordpress server for an eventual wordpress blog so that our social media employee could test and see how it works.

This was completed successfully and easily on a new server and on a WAMP configuration. The website was published as wordpress.domain.com and works fine.

HOWEVER! I have now been requested to ensure that the soon-to-go-online blog would be accessible through the address domain.com/blog.

Is there a way to modify the original company website and simple redirect the /blog to the apache wordpress website? If not, is there a way to transfer the wordpress.domain.com on the IIS server hosting the main website and keep the configuration? Is there a better solution that I haven't thought about (probably)? If so, what would you alla suggest?

Thanks alot,

Philippe

link|improve this question

44% accept rate
feedback

1 Answer

Have a look at the Application Request Routing (ARR) IIS module from Microsoft. The situation you are in basically requires a reverse proxy which the ARR should be able to provide. More information can be found here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.