<Directory "/var/www/html"> Options -Indexes AllowOverride None Order allow,deny Allow from all </Directory>
originally I had Options Indexes in my httpd.conf Now changed it to Options -Indexes and all went well. I erased the .htaccess files and it still works :-) thanks