apache2 修改index.html index.php顺序
2018-07-12 本文已影响8人
bdjejn
cd /etc/httpd/conf
cp httpd.conf httpd.conf.bak
vim httpd.conf
DirectoryIndex index.html index.php
sudo /etc/init.d/apache2 restart
或者 service httpd restart
cp httpd.conf httpd.conf.bak
vim httpd.conf
DirectoryIndex index.html index.php
sudo /etc/init.d/apache2 restart
或者 service httpd restart