Enable Blog Sitemap Generation

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.
4/6/2012 7:08:16 AM
Gravatar
Total Posts 154

Enable Blog Sitemap Generation

How do I enable this feature?  The http://yoursiteroot/Blog/BlogSiteMap.ashx URL isn't working for me.  This one is working properly.  http://yoursiteroot/SiteMap.ashx

 

4/6/2012 7:28:26 AM
Gravatar
Total Posts 18439

Re: Enable Blog Sitemap Generation

There was a packaging error in the 2.3.8.1 release where that file was left out of the package, if you upgraded it should already be there but if you did a clean install of 2.3.8.1 it is missing.

You can solve it by creating a text file in the Blog folder named BlogSiteMap.ashx, and put this as the content of the text file using a text edito like notepad:

<%@ WebHandler Language="C#" CodeBehind="BlogSiteMap.ashx.cs" Class="mojoPortal.Web.BlogSiteMap" %>

Hope that helps,

Joe

4/6/2012 7:34:51 AM
Gravatar
Total Posts 154

Re: Enable Blog Sitemap Generation

Thanks again Joe!

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