I went into /etc/httpd/conf/httpd.conf and found the following at the end:
<Directory "/">
Options FollowSymLinks
AllowOverride None
</Directory>
#<Directory "/var/www/html">
<Directory "/home/httpd/vhosts">
Options Indexes Includes FollowSymLinks
AllowOverride None
Allow from all
Order allow,deny
</Directory>
<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Allow from all
Order allow,deny
</Directory>
<Directory "/var/www/cgi-bin">
Options ExecCGI
AllowOverride None
Allow from all
Order allow,deny
</Directory>
LoadModule suexec_module modules/mod_suexec.so
Include /etc/httpd/conf/httpd.include
AddType text/html .shtml
Where do I make the changes??