301 Redirects returning 404 Errors

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
1/4/2013 1:08:44 PM
Gravatar
Total Posts 49
TRIAD/Next Level Interactive

301 Redirects returning 404 Errors

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
 

1/4/2013 1:54:36 PM
Gravatar
Total Posts 18439

Re: 301 Redirects returning 404 Errors

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

You must sign in to post in the forums. This thread is closed to new posts.