I have created folder called product on C partition , the under <IfModule alias_module> in the httpd.conf file I have added the following lines
Alias /product/ "C:/product/"
Alias /product"C:/product"
</IfModule>
<Directory "C:/product">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I have also added php test file to the folder
when I entered the URL
http://localhost/product it didn't take me to test file
can any one help please