Hi again,<br><br>Thanks!! (As I had already e-mailed to the list, (via the forum)), I had included a directory statement for the for geoviewerbin alias:<br><br># Path to cgi-bin folder<br>Alias /geoviewerbin &quot;C:\OSGeo4W/bin&quot;<br>
    <br># Settings for access to geoviewerbin folder<br>Directory &quot;C:\OSGeo4W/bin&quot;&gt;<br>    AllowOverride None<br>    Options Indexes FollowSymLinks Multiviews <br>    Order allow,deny<br>    Allow from all<br>
&lt;/Directory&gt;<br><br>I added your statement to this file, but that didn&#39;t work (problem remains the same). I then commented out the above statement, so only your statement remained. After restarting Apache I then got this error-message when I pasted the pink-tile-url into my browser:<br>
<br>msLoadMap(): Unable to access file. (/geoviewermaps/spoortunnel.map)<br><br>It seemed to be doing something and I thought the reference to the mapfile was wrong and that&#39;s what caused the error. I changed it to the absolute filepath &quot;c:/osgeo4w/apps/geoviewer/maps/spoortunnel.map&quot;. I no longer get pink images! I do get white images however.... This is one of the white images&#39; url:<br>
<br><a href="http://localhost/geoviewerbin/mapserv.exe?map=c%3A%2Fosgeo4w%2Fapps%2Fgeoviewer%2Fmaps%2Fspoortunnel.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=82750+447046.875+84078.125+448375&amp;imgext=82750+447046.875+84078.125+448375&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256">http://localhost/geoviewerbin/mapserv.exe?map=c%3A%2Fosgeo4w%2Fapps%2Fgeoviewer%2Fmaps%2Fspoortunnel.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=82750+447046.875+84078.125+448375&amp;imgext=82750+447046.875+84078.125+448375&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256</a><br>
<br>So, how can the images be white? I think I&#39;m almost there.....<br><br>Best regards,<br>Martijn Senden.<br><br><br><div class="gmail_quote">2009/4/15 Richard Greenwood <span dir="ltr">&lt;<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, Apr 15, 2009 at 1:43 PM, Martijn Senden<br>
&lt;<a href="mailto:martijnsendenspam@gmail.com">martijnsendenspam@gmail.com</a>&gt; wrote:<br>
&gt; Thanks! I tried opening the exe (saved as png, gif, jpeg and tiff) in Gimp,<br>
&gt; but was not able to. It seems not to be an image?<br>
&gt;<br>
&gt; This is the url I pasted:<br>
&gt;<br>
&gt; <a href="http://localhost/geoviewerbin/mapserv.exe?map=%2Fgeoviewermaps%2Fspoortunnel.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=84078.125+447046.875+85406.25+448375&amp;imgext=84078.125+447046.875+85406.25+448375&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256" target="_blank">http://localhost/geoviewerbin/mapserv.exe?map=%2Fgeoviewermaps%2Fspoortunnel.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=84078.125+447046.875+85406.25+448375&amp;imgext=84078.125+447046.875+85406.25+448375&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256</a><br>

&gt;<br>
&gt; It does say ........&amp;mode=map&amp;........    ?<br>
&gt;<br>
&gt; Does the url seem strange to you?<br>
<br>
</div>geoviewerbin is probably not configured to serve CGI (to execute CGI<br>
programs). Are you using Apache or IIS? In either case you must<br>
instruct your web server to execute CGI in the geoviewerbin directory.<br>
In Apache httpd.conf something like:<br>
<br>
ScriptAlias /geoviewerbin/ &quot;C:/path/to/geoviewerbin/&quot;<br>
&lt;Directory &quot;C:/path/to/geoviewerbin/&quot;&gt;<br>
         AllowOverride None<br>
         Options None<br>
         Order allow,deny<br>
         Allow from all<br>
&lt;/Directory&gt;<br>
<br>
Then restart Apache. In IIS you do it from the GUI.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Richard Greenwood<br>
<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a><br>
<a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a><br>
</div></div></blockquote></div><br>