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
本文标题:apache2 修改index.html index.php顺序
本文链接:https://www.haomeiwen.com/subject/nbflpftx.html
网友评论