Hi Gabe Sumner,
It seems that the URL rewriting for your blogs is not working, or you haven't updated your
web.config file properly. This could only happen if your settings in the web.config look like this :
| <cmsEngine defaultProvider="Generic_Content"> |
| <providers> |
| <clear /> |
| <add name="Blogs" |
| urlRewriteFormat="" |
| urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" |
| visible="False" defaultMetaField="Title" |
| applicationName="/Blogs" allowVersioning="True" |
| allowLocalization="False" localizationProviderName="" |
| allowWorkflow="False" securityProviderName="" |
| versioningProviderName="" |
| connectionStringName="GenericContentConnection" |
type="Telerik.Blogs.Data.DefaultBlogProvider,
Telerik.Blogs.Data" /> |
or highlighted part is entirely missing.
You could fix it by setting :
| urlRewriteFormat="[Publication_Date]/[Title].aspx" |
You will probably notice that since version 3.2 we have moved the Generic Content providers to this section. We believe that the organization of the web.config file is clearer this way. Perhaps, we should be more strict to the changes in the
web.config.
I really hope you find my answer helpful.
All the best,
Georgi
the Telerik team