This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi folks ---
I'm setting up a site and I'm experiencing an issue that I've never run into before.
Everything works fine... except when I setup a redirect using the 301 Redirect Manager. Any page that is wired for redirection now returns a 404 File Not Found server error, instead of going to the new page (which, I assure, positively exists).
Has anybody had this problem... or any ideas on fixing?
Thanks!
mojoPortal Version :: 2.3.9.4 MSSQL Operating System :: Microsoft Windows NT 6.1.7600.0 ASP.NET :: v2.0.50727 Running in Full Trust
I would try commenting out the mojoPortal PageNotFoundHttpModule from the <ststem.webServer><modules section.
<add name="PageNotFoundHandler" type="mojoPortal.Web.PageNotFoundHttpModule, mojoPortal.Web" preCondition="" />
If that doesn't solve it then you probably need to use a tool like fiddler to really find out what status codes and redirects may be happening.
Hope that helps,
Joe