<p>Hello everybody;<br></p><p>I have installed ms4w on my PC succesfully. I have typed "<a href="http://localhost/">http://localhost/</a>" on my web browser and main page of map server opened. After I  tested if the server is working properly then I have create a folder called "tfc" in <strong>C:/ms4w/apps</strong>  and I have created a configuration file in the folder <strong>c:/ms4w/httpd.d</strong> folder called <strong>httpd_tfc.conf </strong>and I typed; </p>
<p>Alias /tfc/ "/ms4w/apps/tfc/"<br><Directory "/ms4w/apps/tfc/"><br>AllowOverride None<br>Options Indexes FollowSymLinks Multiviews<br>Order allow,deny<br>Allow from all<br></Directory><br>
 </p><p>When I typed "<a href="http://localhost/tfc/">http://localhost/tfc/</a>" on web browser normally  I should see the empty file but there is a message on the opened page that "server requested url not found on this server " error 404. What should be the reason? I don't understand what is wrong. Why server can't find the folder. </p>
<p>Note: I have restarted the apache server after the configuration file.</p><p>Could you please inform me about this problem it is very urgent. Thanks a lot. </p>