apache 設定 default index.php 為 DirectoryIndex page

回覆文章
tony
文章: 585
註冊時間: 2012-02-26, 07:04
聯繫:

apache 設定 default index.php 為 DirectoryIndex page

未閱讀文章 tony »

apache 設定 default index.php 為 DirectoryIndex page

有兩種作法:
1. 在該目錄下建立 .htaccess 檔案並在檔案中插入「DirectoryIndex index.php」字串。

The simplest way to accomplish this..
Create a .htaccess file in your web root.
Add the line…

DirectoryIndex index.php

2. 在 apache 設定檔「httpd.conf」的修改指定目錄預設索引頁值。
<Directory /myapp>
DirectoryIndex index.php
</Directory>
回覆文章

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客