Thinkphp3.2在IIS中使用ISAPI_Rewrite去除index.php

來源:互聯網
上載者:User

標籤:style   blog   http   ar   color   使用   sp   on   檔案   

步驟:

1、下載ISAPI_Rewrite

下載:http://www.isapirewrite.com/download/isapi_rwl_0055.msi

2、安裝ISAPI_Rewrite後,預設是將IIS中所有網站的ISAPI篩選器中都加入了Rewrite,如果伺服器上只有一個網站沒有問題,如果有多個網站,在指定網站上右鍵-屬性-ISAPI篩選器中加入名稱為:Rewrite,地址為:C:\Program Files\Helicon\ISAPI_Rewrite\ISAPI_Rewrite.dll的篩選器;

3、改寫httpd.ini為:

 

[ISAPI_Rewrite]# 3600 = 1 hourCacheClockRate 3600RepeatLimit 32#如下為關鍵的地方,樣本中Public、Rbac/Tpl/Admin/Public 下都有一些圖片、CSS檔案,如果不做排除,那麼網頁不能正常顯示。如果您希望排除更多的目錄,請在如下代碼中增加,增加格式為(?!目錄路徑)。RewriteRule /(?!Public)(?!Rbac/Tpl/Admin/Public)(.*) /index.php/$1 [L]

 

PS.httpd.ini預設安裝在:C:\Program Files\Helicon\ISAPI_Rewrite\  

 

4、在THINKPHP應用目錄下的Common\Conf\config.php中加入:‘URL_MODEL‘=>2

 

Thinkphp3.2在IIS中使用ISAPI_Rewrite去除index.php

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.