Web.config Redirect

Redirect domain to another, including all its sub pages, sub folders, and parameters (Querystrings).
Edit: It might not work for sub folders yet

CodeFunctionName
What is this?

Public

Tested

Original Work
< ? xml version="1.0" encoding="UTF-8" ? >
< configuration >
    < system.webServer >
        < httpRedirect enabled="true" destination="http://4wd.link/" childOnly="true" / >
    < / system.webServer >
< / configuration >

Views 2,261

Downloads 816

CodeID
DB ID