2012-10-23 45 views

回答

2

試試這個。

打開SiteUrls.config在DNN根目錄下,並把這個在:

<RewriterRule> 
    <LookFor>(.*)/schmooze</LookFor> 
    <SendTo>~/schmooze.aspx</SendTo> 
</RewriterRule> 

您需要確保所有的IIS請求都被映射到asp.net處理。爲此,請在web.config中設置此內容。此頁面上

<modules runAllManagedModulesForAllRequests="true"> 

更多信息對於IIS: http://www.iis.net/learn/get-started/introduction-to-iis/iis-modules-overview

如果你想開始通過DotNetNuke的的UI來做到這一點。我用UrlMaster從iFinity:

http://store.dotnetnuke.com/home/product-details/ifinity-url-master-26---total-dotnetnuke-url-solution

+0

Ventrian, - 是的,我會做任何的配置或無窮大,除了我沒有獲得這樣做 - 好建議,但 – braindice