Hello Team, I have configured apache to access directory through browser. Whenever i am trying to access directory using following url, i am getting default page and unable to browse files and subdirectory under that directory. My configuration in httpd.conf file is as shown below. <Directory "/var/opt/webstack/apache2/2.2/htdocs/frontend"> Options FollowSymLinks AllowOverride None #Order deny,allow Order allow,deny Allow from all </Directory> I am trying to access contents under directory using following url http:\\server_name/frontend Instead of listing contents under that directory it always redirect me to default page. kindly guide me to achieve the same. |