Pretty lost here and the more I read my text book the more I am realizing that it doesn't have the answer. Trying to add a directive that will allow access to a specific directory only to host names that end with .org or .edu. Disallow the use of a .htaccess and do not allow a browser to display a listing of the directory contents. I have been playing around with this format. But still pretty lost. Thank you in advance. <Directory /> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> '
Please check below URL's which will help you to do this : http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_access.html