最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Hiding WordPress behind IIS redirects

programmeradmin0浏览0评论

We have a main .NET application that I do not have much ability to change, but we would like to move some of the links that are on it to WordPress so that marketing can update them on a regular basis without involving a developer. For security reasons, I can't install WordPress on the servers with the main application.

Has anyone ever used URL rewriting rules in IIS to mask a WordPress site on a different server?

example:  -> :8080/About-Company

or

example 2:  -> http://192.168.x.x:8080/About-Company

We have a main .NET application that I do not have much ability to change, but we would like to move some of the links that are on it to WordPress so that marketing can update them on a regular basis without involving a developer. For security reasons, I can't install WordPress on the servers with the main application.

Has anyone ever used URL rewriting rules in IIS to mask a WordPress site on a different server?

example: http://www.dominan/Info -> http://www2.domain:8080/About-Company

or

example 2: http://www.dominan/Info -> http://192.168.x.x:8080/About-Company
Share Improve this question edited Apr 2, 2014 at 13:50 stealthyninja 1,1301 gold badge15 silver badges21 bronze badges asked Jun 13, 2012 at 12:50 TravisTravis 1211 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

you can make url rewrites on iis, just like you would on apache. Like making a .htaccess file.

check out: http://learn.iis/page.aspx/460/using-the-url-rewrite-module/ for more information how to do this on iis.

发布评论

评论列表(0)

  1. 暂无评论