dtcms在windows虚拟主机下怎么配置url地址伪静态显示
2017-07-09 · 百度知道官方认证企业
腾讯电脑管家
腾讯电脑管家是腾讯公司推出的免费安全管理软件,能有效预防和解决计算机上常见的安全风险,并帮助用户解决各种电脑“疑难杂症”、优化系统和网络环境,是中国综合能力最强、最稳定的安全软件。
向TA提问
关注
展开全部
<system.web>
<compilation debug="true" targetFramework="4.0" >
<!--此处为添加的代码-->
<buildProviders>
<add extension=".html" type="System.Web.Compilation.PageBuildProvider"/>
</buildProviders>
<!--/此处为添加的代码-->
</compilation>
<customErrors mode="Off"/>
<httpModules>
<add type="DTcms.Web.UI.HttpModule, DTcms.Web.UI" name="HttpModule" />
</httpModules>
<httpHandlers>
<!--此处为path路径可去掉前面部分,直接*.html-->
<add verb="*" path="templates/当前模版文件夹名称/*.html" type="System.Web.UI.PageHandlerFactory"/>
</httpHandlers>
<!-- 文件上传大小KB-->
<httpRuntime requestValidationMode="2.0" maxRequestLength="2097151" executionTimeout="36000" />
</system.web>
<compilation debug="true" targetFramework="4.0" >
<!--此处为添加的代码-->
<buildProviders>
<add extension=".html" type="System.Web.Compilation.PageBuildProvider"/>
</buildProviders>
<!--/此处为添加的代码-->
</compilation>
<customErrors mode="Off"/>
<httpModules>
<add type="DTcms.Web.UI.HttpModule, DTcms.Web.UI" name="HttpModule" />
</httpModules>
<httpHandlers>
<!--此处为path路径可去掉前面部分,直接*.html-->
<add verb="*" path="templates/当前模版文件夹名称/*.html" type="System.Web.UI.PageHandlerFactory"/>
</httpHandlers>
<!-- 文件上传大小KB-->
<httpRuntime requestValidationMode="2.0" maxRequestLength="2097151" executionTimeout="36000" />
</system.web>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |