asked on
<rule name="RedirectWWW" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTP_HOST}" pattern="^freertool\.com$" negate="true" />
</conditions>
<action type="Redirect" url="http://freertool.com/{R:1}" />
</rule>
<rule name="RemoveDirectory" enabled="true" stopProcessing="true">
<match url="^store/en/(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTP_HOST}" pattern="^freertool\.com$" negate="true" />
</conditions>
<action type="Redirect" url="http://freertool.com/{R:1}" redirectType="Permanent" />
</rule>
ASKER
ASKER
ASKER
ASKER
ASKER
Web browsers are applications used primarily to display documents, files and media from the Internet, identified by a Uniform Resource Identifier (URI) that can be a page, image, video or other file. Some browsers require the use of add-ons or extensions to safely render the information they receive; others have systems built into them to perform the same functions.
TRUSTED BY