三種apache Rewrite url配置方法

來源:互聯網
上載者:User

三種apache Rewrite url配置方法

方案1:最簡單,不用配置Apache
URI效果:php教程/subject/4843637/">http://movie.example.com/index.php/subject/4843637/

案例:MediaWiki

todo

方案2:配置Apache URL rewrite,重新導向至index.php,帶參數
URI效果:http://movie.example.com/subject/4843637/

案例:MediaWiki

todo

方案3:配置Apache URL rewrite,重新導向至index.php,無參數
URI效果:http://movie.example.com/subject/4843637/

todo

資料:配置Apache URL rewrite的兩種方式
1、.htaccess檔案(不重啟Apache)
適用範圍:虛擬機器主機等無法重啟Apache的情況

步驟:開啟Apache conf裡的AllowOverride All(虛擬機器主機一般都已經開啟),

把RewriteRule寫入.htaccess檔案,放在web訪問的目錄裡。

2、Apache conf(重啟Apache)
適用範圍:VPS等可以重啟Apache的情況

步驟:把RewriteRule寫入httpd.conf或者httpd-vhosts.conf檔案

PS:

想起來上學的時候,在虛擬機器主機(Web Hosting)上,不能重啟Apache,想配置rewrite,去圖書館裡翻了很多書都沒有找到。後來在網上學習到.htaccess,一直沒有記錄下來。

後來做項目一直是配Apache conf。前幾天同事問我:沒有配置Apache,為啥就能用撇斜杠/傳參數,像index.php/id/123/。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.