I have an issue I have run into that is probably to do with Advanced URLS.
I have a page which shows Journal feeds for Forum activities and from Dignuke articles being added. On version 7.01 any new forum posts and Dignuke articles are showing up in the feed, but the "Like" button is not working and throwing a "Internal Server Error" when clicked.
I do not have this issue with version 7.00.04. Version 7.00.04 is using humanfriendly URLS, see copy and paste from each of the web config files below. When I try changing the 7.01.00 web config to the same (Clearing cache, restarting IIS) I still get the same issue - "internal Server error".
When I "mouse over" the "like" button in 7.01 I get:- http://192.168.1.101/Anglers-Corner/Activity-Feed#
But on 7.0.04 I get:- http://192.168.1.101/AnglersCorner/ActivityFeed.aspx#
I have tried to use the Host settings, friendlyURL settings, add new rule... with several variations, but with no luck (clearing cache between changes/restarting IIS)
Any ideas would be appreciated.
Version 07.01.00
Web config
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="advanced" />
Version 07.00.04
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="humanfriendly" />