vi /etc/httpd/conf.d/welcome.conf
# This configuration file enables the default "Welcome" |
vi /etc/httpd/conf/httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
service httpd restart
vi /etc/httpd/conf.d/welcome.conf
# This configuration file enables the default "Welcome" |
vi /etc/httpd/conf/httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
service httpd restart