I do not have much knowledge in regular expressions and I'm trying to identify if the user entered the site before entering the website before the site name.
If it has not typed, I have to add it. But I'm having a bit of trouble doing this in asp web config. I tried something like this:
<rule name="teste">
<match url="^([^w]\w*)">;
<action type="Rewrite" url="www.{R:1}">
</rule>