Hi Dynamicweb,
One of the first times I'm posting in the developer forums. Feels good.
In the new DW 7 versions, you can enable Converting module URL's in Management center.
Nice feature, but when setting this feature some existing template code will not work anymore.
Let say I want to enable a Href with
/Default.aspx?ID=362&referer=342This will convert the wrong way. So is there a way to disable URL rewriting?
I read in another forum post the following:
Other things:
If the link does not start with # it does not get parsed - so you can do like:
<a href="whatever"> or <a href="%whatever"> and it will not get parsed.
Now my string isn't parsed, but the % gives me problems, I can use %2f, this will do the trick.
Am I missing something? I cannot find any manual on this subject.
Kind Regards,
Pim