Hi, am using Asp 4 on IIS 7 with Umbraco 4.7.1.1 and nForum 1.5.
Mostly all is well, but the /member/xxxx.aspx pages don't work (where xxxx is the member nodeID) and instead go to the 404 error page. These are the automatic links from the username in forum posts.
The other pages are ok, such as profile edit page, and active topics...although I can't see how these work as there isn't the corresponding node in the content section (can anyone clarify how these other pages work please and maybe I can figure out what is happening to the member profile pages!)
These are Url rewritten using the built in UrlRewrite.config, have a look in there and make sure there is a entry for the members if not grab it out of the buildsite zip in the source from codeplex
Member Profile View page = 404 error
Hi, am using Asp 4 on IIS 7 with Umbraco 4.7.1.1 and nForum 1.5.
Mostly all is well, but the /member/xxxx.aspx pages don't work (where xxxx is the member nodeID) and instead go to the 404 error page. These are the automatic links from the username in forum posts.
The other pages are ok, such as profile edit page, and active topics...although I can't see how these work as there isn't the corresponding node in the content section (can anyone clarify how these other pages work please and maybe I can figure out what is happening to the member profile pages!)
Thanks
Rory
These are Url rewritten using the built in UrlRewrite.config, have a look in there and make sure there is a entry for the members if not grab it out of the buildsite zip in the source from codeplex
Thanks Lee, that's great I needed to add the entry into the UrlRewriting.config file as it wasn't there.
Many thanks again for a speedy response.
Rory
is working on a reply...