真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

apache開啟偽靜態(tài)的方法-創(chuàng)新互聯(lián)

這篇文章主要為大家詳細介紹了apache開啟偽靜態(tài)的方法,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下。

創(chuàng)新互聯(lián)-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設、高性價比元氏網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式元氏網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設找我們,業(yè)務覆蓋元氏地區(qū)。費用合理售后完善,十年實體公司更值得信賴。

apache開啟偽靜態(tài)的步驟:

打開apache的配置文件httpd.conf,路徑:wamp\bin\apache\apache2.4.9\conf\httpd.conf

找到

 #LoadModule rewrite_module modules/mod_rewrite.so

把前面#去掉。沒有則添加,但必選獨占一行,使apache支持 mod_rewrite 模塊

找到


    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks
 
    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None
 
    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all
 

把 AllowOverride None 換成 AllowOverride All 使apache支持 .htaccess 文件

重啟apache服務器

在要啟用偽靜態(tài)的 PHP 項目根目錄下建立 .htaccess 文件

以上就是apache開啟偽靜態(tài)的方法的簡略介紹,當然詳細使用上面的不同還得要大家自己使用過才領會。如果想了解更多,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道哦!


新聞名稱:apache開啟偽靜態(tài)的方法-創(chuàng)新互聯(lián)
文章出自:http://weahome.cn/article/coehcs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部