robax wrote:
modified web.config and now page have extension .aspx.
Can you suggest me next step to make Wishlist work?
Thank you
RL
To disable Open URL, you should just need to ensure this line is present exactly like this:Hello 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
modified web.config and now page have extension .aspx.
Can you suggest me next step to make Wishlist work?
Thank you
RL