<div dir="ltr"><div><div>Colleagues'<br><br></div>with reference to my earlier SOS message about abcd not opening in a network environment (Win 7/8/Server).  after several troubleshooting options i think the best option is to make changes to your httpd.conf especially the below;<br>
<br>#ServerName localhost:9090<br>ServerName <a href="http://192.168.11.254:9090" target="_blank">192.168.11.254:9090</a><br><br><br>#<br># Deny access to the entirety of your server's filesystem. You must<br># explicitly permit access to web content directories in other <br>
# <Directory> blocks below.<br>#<br><Directory /><br>    Options FollowSymLinks<br>    AllowOverride None<br>    Order deny,allow<br>    Allow from All<br>    Allow from localhost<br>    Allow from 192.168.11.254<br>
    #Deny from all<br></Directory><br><br>DocumentRoot "C:/ABCD/www/htdocs"<br> ServerName localhost<br> DirectoryIndex index.htm index.php homepage.htm <br><Directory "C:/ABCD/www/htdocs"><br>
 Options Indexes FollowSymLinks <br> AllowOverride None <br> Order allow,deny <br>   Allow from all <br> </Directory><br> ScriptAlias /cgi-bin/ "C:/ABCD/www/cgi-bin/" <br> <Directory "C:/ABCD/www/cgi-bin"><br>
 AllowOverride None<br> Options None<br> Order allow,deny<br>  Allow from all<br> </Directory><br><br></div>good day<br><br>tg<br clear="all"><div><div><div><br>-- <br><br>bhowa tg<br>Infoprenuer, abcdZim.org<br><a href="mailto:bhowatg@gmail.com" target="_blank">bhowatg@gmail.com</a>  skypeID:  bhowatg<br>
blog: <a href="http://bhowatg.blogspot.com" target="_blank">http://bhowatg.blogspot.com</a><br><a href="http://facebook.com/groups/abcdzim/" target="_blank">http://facebook.com/groups/abcdzim/</a>; <a href="http://twitter.com/bhowatg" target="_blank">http://twitter.com/bhowatg</a><br>
<a href="http://www.abcdZim.co.cc" target="_blank">www.abcdZim.co.cc</a><br><br><br>"there are two equally dangerous extremes-<br>to shut reason out and to let nothing else in"<br>                                     Pascal, 1670<br>
<br><br>
</div></div></div></div>