Hi!<div><br></div><div>I&#39;m creating a new mapfile and when I arrive to the <span style="background-color:rgb(238,238,238);color:rgb(0,0,255);font-family:&#39;Courier New&#39;,Courier,monospace;font-size:medium">WMS_ONLINERESOURCE tag </span> the &quot;map&quot; paremeter at the URL I would like i&#39;ll be a relative path, non an absolute.</div>
<div><br></div><div>For example, now my mapfile is like this:</div><div><br></div><div>&quot;wms_onlineresource&quot; &quot;<a href="http://localhost:80/cgi-bin/mapserv.exe?map=C%3A%5CFiles%5Capps%5Cdemo%5CdemoCV.map">http://localhost:80/cgi-bin/mapserv.exe?map=C%3A%5CFiles%5Capps%5Cdemo%5CdemoCV.map</a>&quot;</div>
<div><br></div><div>And the great solution could be:</div><div><br></div><div>&quot;wms_onlineresource&quot; &quot;<a href="http://localhost:80/cgi-bin/mapserv.exe?map=%5Capps%5Cdemo%5CdemoCV.map">http://localhost:80/cgi-bin/mapserv.exe?map=%5Capps%5Cdemo%5CdemoCV.map</a>&quot;</div>
<div><br></div><div>Is it possible? Thanks</div>