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
1 Answer
Reset to default 0you 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744945380a4602582.html
评论列表(0条)