Strange mapping behavior

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.
4/7/2010 2:35:40 AM
Gravatar
Total Posts 15

Strange mapping behavior

Hi Joe,

First of all, great product. I love it.

So I'm setting up my first mp site and had a page called "join mysite" at root level, which I deleted. I also have a page called "products" at root level. Now for some strange reason, when I click on the products link, it tries to redirect me to the phantom "join mysite" page. The address bar reads:

http://localhost/mojoportal/join-mysite.aspx

I searched all files in VWD to see if I could find any references to it and found in the error log that the file "join-mysite" didn't exist, which of course I knew since I deleted it. So I dug around in enterprise manager, looked at some tables like mp_friendlyurls and mp_pages and the fields looked like they are populated correctly... (i guess). There are no references to "join-mysite.aspx" that I can find.

Not sure why I'm getting this error. Any ideas?

I'm running the following:

MP version 2.3.3.9 MSSQL 

IIS 7 on a windows vista box, connecting remotely to an MS SQL2008 server

 

Many thanks,

Jason

4/7/2010 9:47:47 AM
Gravatar
Total Posts 18439

Re: Strange mapping behavior

Hi Jason,

If you renamed a page it will setup a permanent redirect from the old page url to the new page url. You can find these under Administration > Advanced Tools > 301 Redirect Manager

Hope it helps,

Joe

4/7/2010 10:12:55 AM
Gravatar
Total Posts 15

Re: Strange mapping behavior

Cool, thanks Joe. Sorry for the newbie question. =)

Jason

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