<div>Hi all!</div>  <div>I´m trying to configure it the installation of ka-map with ms4w but i have many troubles making it works properly, at first these are the steps i follow:</div>  <div>1. Creation of mapfile<BR>2. Configured the Apache web alias<BR>3. Before that i have to run the setenv.bat file to set the .dll path<BR>4. Defining alias and restartig Apache:</div>  <div>Alias /kamap "/ms4w/apps/ka-map-1.0/htdocs"<BR>&lt;Directory "/ms4w/apps/ka-map-1.0"&gt;<BR>&nbsp; AllowOverride None<BR>&nbsp; Options Indexes FollowSymLinks Multiviews <BR>&nbsp; Order allow,deny<BR>&nbsp; Allow from all<BR>&lt;/Directory&gt;</div>  <div>5. Configuring config.php<BR>First, pointing to php modules:</div>  <div>$szPHPMapScriptModule = "php_mapscript_4.10.0.".PHP_SHLIB_SUFFIX;<BR>$szPHPGDModule = 'php_gd2.' .PHP_SHLIB_SUFFIX;</div>  <div>Later, defining the map array<BR>$aszMapFiles = array(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PanamaMap"&nbsp;&nbsp;&nbsp;&nbsp; =&gt; array(
 "Provincias Panama", <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "/ms4w/apps/kamap-1.0/htdocs/mapas/map/panama.map",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array( 250000, 120000, 75000, 30000, 10000 ),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PNG")<BR>);</div>  <div>&nbsp;* szMap should be set to the default map file to use but can change if<BR>&nbsp;* this script is called with map=&lt;mapname&gt;.<BR>&nbsp;*/<BR>$szMap = 'PanamaMap';</div>  <div>Setting the directories for cache</div>  <div>* for the application (see mapfile
 configuration above.)<BR>&nbsp;*/<BR>$szBaseCacheDir =&nbsp; "C:/ms4w/tmp/ms_tmp/";</div>  <div>/* Uncomment the following if you have a web accessible cache */<BR>$szBaseWebCache = "../tmp/ms_tmp/";</div>  <div>But it doesn´t seem to work properly, because when i go to <A href="http://localhost:8080/ka-map/">http://localhost:8080/ka-map/</A>, the browser IE 6.0, send me this message:<BR>Line: 76<BR>Char: 1<BR>Error: Object expected<BR>Code: 0<BR>URL: <A href="http://localhost:8080/ka-map/">http://localhost:8080/ka-map/</A></div>  <div>I'm using the ms4w 2.2.2 version and ka-map 1.0 on Windows XP 64x</div>  <div>I have like one week figthing with this problem, because i need to configure kamap to create tiles and use it with Open Layers as&nbsp;a web client in my project.</div>  <div>Thanxs in advanced,</div><BR><BR>Carlos A. Gordón <BR><FONT color=#0000ff size=1>Especialista en GIS <BR>Tel. (507) 665-49715 <BR>cagb78@nuzkiamedia.com <BR>Vía Sonadora, casa 5, <BR>Penonome,
 Provincia de Coclé <BR>Panamá</FONT>