Advertisement
hecrus

rewrite robots

Sep 17th, 2021
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.17 KB | None | 0 0
  1.  
  2. <rule name="Robots" stopProcessing="true">
  3.    <match url="(.*)robots\.txt"></match>
  4.    <action type="Rewrite" url="/Controls/Resource/GetFile?code=robots"></action>
  5. </rule>
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement