apache怎么設置默認文檔順序,index.asp index.php index.html,修改哪個文件?
2 回答

心有法竹
TA貢獻1866條經驗 獲得超5個贊
在你apache里有conf這個文件夾,里面有個httpd.conf
在里面找到這段
大概是這樣子的
<Directory />
Options FollowSymLinks
DirectoryIndex index.php index.html
AllowOverride All
Order deny,allow
Allow from all
</Directory>
這就是先找 index.php,沒有再找index.html。。。
你挨個放就行了
弄完之后重啟apache就好了,改之前最好做個備份,要不apache起不來就蝦米了

婷婷同學_
TA貢獻1844條經驗 獲得超8個贊
你自己在做完首頁,保存的時候,保存成index.htm就可以了 ,其他的同理!
如果是別人做好的網頁,你可以把它下載下來,然后另存為index.php就可以了。
明白了嗎?
- 2 回答
- 0 關注
- 1415 瀏覽
添加回答
舉報
0/150
提交
取消