Hi everyone,
Recently I started playing with an upgrade to Evoq 8. The upgrade itself was flawless, it was from DNN 7.0.6.
The problems came after; I can open the home page without any problem, but when I try to go to a different page, it throws a redirect loop like this one:
myurl.local/404ErrorPage?errorPage=/404ErrorPage?errorPage=/404ErrorPage?errorPage=/404ErrorPage...........?errorPage=/QuickOrder
Before the upgrade we had set the urlFormat to "humanfriendly", and it was working fine. The static pages such as QuickOrder used to work by entering /QuickOrder or /QuickOrder.aspx. Right now those pages only work with the .aspx extension, but this is an undesired behavior.
Also, using the SiteUrls.config we had some rules for an specific path, for example, we have a page called ProductDetail where we read a querystring parameter named ProductId, so instead of entering /ProductDetail.aspx?ProductId=1 we have a rule that shows a friendly URL in the format: /Item/<seoName>/1
So my question here is, does anyone has experienced this problem with Evoq 8, or with the latest DNN 7 versions?
For me it sounds that somehow the "humanfriendly" urlFormat is not working, and seems to be skipping the friendly URL rules.
Does anyone knows how to solve this? Any help will be appreciated.
PS. It is not a option to change the urlFormat to "advanced"
Thanks in advance
Mario Figueroa