search displaying .aspx extensions not extensionless

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
11/21/2013 5:55:23 PM
Gravatar
Total Posts 199

search displaying .aspx extensions not extensionless

I have a site with version ~~ 2.3.9.9 MSSQL

all pages were changed to be extension-less non .aspx pattern.
when the site is indexed and I do a search all results display with the .aspx extension.

I started the site development with extensions and then changed it before launch to be no extensions.  I went into the database and made sure there were no.aspx extensions in the FriendlyUrl field from the mp_FriendlyUrls table.

all page navigation works fine, but I need the site to index with no extensions.  How can I do this or what am I missing?
 

11/22/2013 11:17:15 AM
Gravatar
Total Posts 18439

Re: search displaying .aspx extensions not extensionless

The search index is a separate entity that lives in the file system not the database. Its contents would reflect what was in the database at the time it was indexed. If you make changes to extensionless urls then you should rebuild the search index.

But it is not sufficient to check only the mp_FriendlyUrls table, the mp_Pages table also has the page urls and it must be extemnsionless there.

Hope that helps,

Joe

11/22/2013 2:14:52 PM
Gravatar
Total Posts 199

Re: search displaying .aspx extensions not extensionless

Thanks Joe,  once I updated the mp_Pages table and rebuilt the index all was well.

I appreciate it

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