http://www.ourwebsite.com/netcommunity/page.aspx?id=xxxxx
The bold bit being the offending part. A while later they realised that it was really stupid to make customers have it in the URL so I can now remove it (hurray!) except lots of links on our BIG website and many links generated by the CMS for emails are all the full link and as such if I remove the netcommunity/ (easy to do) then pretty much everything will break.
So, I have looked into this and what I think I need to do is get IT to add the URL rewrite module to the IIS server and then stick a rule in there.
So question 1) Is this a good plan?
Assuming it is then I have done a bit of reading up on the rules and came up with the following:
Pattern: ^NetCommunity/(+)$
Rewrite URL: {R1}
Question 2) Is that a good bit of pattern matching right there? I have no easy way of trying all of this out for myself and testing things so if someone on this forum knows what to do I would appreciate it. I use regular expressions with php but the URL Rewrite thing seemed slightly different.
It would make my life a whole lot easier if I could just tell the IT people what rule to put in rather than watching them have a 15 email conversation whilst they tell me they don't really know what to do and I should speak to some other person who doesn't know what to do!
Thanks in advance.
~ilh
The sooner you get behind, the longer you have to catch up.
The sooner you get behind, the longer you have to catch up.
Edited by ilh (Wed 10-Oct-12 17:15:32)