To disable Open URL, you should just need to ensure this line is present exactly like this:
<friendlyUrl defaultProvider="DNNFriendlyUrl">
That tells DNN to use the default provider.
And then further down, ensure it is not in advanced mode like Craig says, with this attribute:
urlFormat="humanfriendly"
Regards
ROb
<friendlyUrl defaultProvider="DNNFriendlyUrl">
That tells DNN to use the default provider.
And then further down, ensure it is not in advanced mode like Craig says, with this attribute:
urlFormat="humanfriendly"
Regards
ROb