首頁 > 後端開發 > php教程 > mac系統下php專案除了首頁全訪問不了

mac系統下php專案除了首頁全訪問不了

little bottle
發布: 2023-04-05 21:58:01
轉載
2211 人瀏覽過

有網友反映mac配置apache的有問題,除了首頁全都訪問不了,小編找來了相關的解決辦法,有需要的朋友可以來了解一下。

  1. httpd.conf設定檔中載入了mod_rewrite.so模組

  2. AllowOverride None 將None改為All


#
DocumentRoot "/Library/WebServer/Documents"
<Directory "/Library/WebServer/Documents">
    #
    # 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&#39;t give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options FollowSymLinks Multiviews
    MultiviewsMatch Any
  #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    #AllowOverride None
     AllowOverride All         #这里这里!!!
     Order deny,allow
     Allow from all
    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>
登入後複製

 【推薦教學:php程式設計從入門到精通全套影片教學

以上是mac系統下php專案除了首頁全訪問不了的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:cnblogs.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板