开发者

Url rewriting SharePoint

开发者 https://www.devze.com 2022-12-14 15:18 出处:网络
I want to do Url rewriting in sharepoint . If anyone is having any idea how to achieve this in sharepoint.开发者_开发知识库

I want to do Url rewriting in sharepoint . If anyone is having any idea how to achieve this in sharepoint.

开发者_开发知识库

Thr url rewrite would be like.. /www.ABC.com instead of www.ABC.com/pages/default.aspx and also like ww.ABC.com/ED.html instead of www.ABC.com/ED.aspx

Thanks, PS


You'll need to implement an IHttpModule and to register it in your web.config /configuration/system.web/httpModules element, before SPRequest declaration.

Good luck!

EDIT: This article explains what you need to know: A Complete URL Rewriting Solution for ASP.NET 2.0. You can skip XML parametrization code.

0

精彩评论

暂无评论...
验证码 换一张
取 消