hi thank everybody, for you help, i changed my code,, but even i can not see layer<br>
/*********** on page php **************/<br>
<br>
    var options = {<br>
                    minResolution: &quot;auto&quot;,<br>
                    minExtent: new OpenLayers.Bounds(-1, -1, 1, 1),<br>
                    maxResolution: &quot;auto&quot;,<br>
                    maxExtent: new OpenLayers.Bounds(&quot;529495&quot;,&quot;602500&quot;,&quot;588410&quot;,&quot;660675&quot;),<br>
                    controls:[<br>
                         new OpenLayers.Control.LayerSwitcher({&#39;ascending&#39;:false}),<br>
                         new OpenLayers.Control.MousePosition(),<br>
                         new OpenLayers.Control.PanZoom(),<br>
                         new OpenLayers.Control.ScaleLine()<br>
                    ]<br>
<br>
                };<br>
<br>
                var map = new OpenLayers.Map(&#39;mapa&#39;, options );<br>
  <br>
                var NASAwms2 = new OpenLayers.Layer.WMS(&quot;tl_2010_12001_roads.shp&quot;,<br>
                                
&quot;<a href="http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map">http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map</a>&quot;,
 {layers: &#39;tl_2010_12001_roads.shp&#39;,<br>
                                format: &#39;image/png&#39;, projection:new OpenLayers.Projection(&quot;EPSG:23030&quot;)},{isBaseLayer: true});<br>
                                map.addLayer(NASAwms2);   <br>
<br>
                 var overview = new OpenLayers.Control.OverviewMap({<br>
                    mapOptions: {<br>
                        projection: new OpenLayers.Projection(&quot;EPSG:23030&quot;),<br>                        units: &quot;m&quot;,<br>
                        maxExtent: new OpenLayers.Bounds(&quot;529495&quot;,&quot;602500&quot;,&quot;588410&quot;,&quot;660675&quot;),<br>
                        maxResolution: 20,<br>
                        numZoomLevels: 5<br>
                    }<br>
                   });<br>
                   map.addControl(overview);<br>
                   map.zoomToMaxExtent();<br>
<br>
<br>
/****************************************/<br>
MAP<br>
   NAME map_generated_by_gvsig<br>
   SIZE 600 400<br>
   EXTENT 529495 602500 588410 660675<br>
   SYMBOLSET &quot;dmwms1.sym&quot;<br>
   FONTSET &quot;fonts.txt&quot;<br>
   LEGEND<br>
      IMAGECOLOR -1 -1 -1<br>
      LABEL<br>
         FONT &quot;vera&quot;<br>
         ANGLE FOLLOW<br>
         COLOR 0 0 0<br>
         ENCODING &quot;UTF-8&quot;<br>
         TYPE truetype<br>
         SIZE 8<br>
      END<br>
      STATUS ON<br>
      TRANSPARENT ON<br>
   END<br>
   WEB<br>
      METADATA<br>
         &quot;wms_encoding&quot; &quot;UTF-8&quot;<br>
         &quot;wms_title&quot; &quot;Mapserver WMS&quot;<br>
         &quot;wms_abstract&quot; &quot;&quot;<br>
         &quot;wms_srs&quot; &quot;epsg:4326 EPSG:23030&quot;<br>
         &quot;wms_onlineresource&quot; &quot;<a href="http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map">http://localhost/cgi-bin/mapserv?map=%2Fvar%2Fwww%2FgisParcelsFL%2Fmap%2Fdmwms1.map</a>&quot;<br>

      END<br>
   END<br>
   PROJECTION<br>
      &quot;init=epsg:23030&quot;<br>
   END<br>
   LAYER<br>
      NAME &quot;tl_2010_12001_roads.shp&quot;<br>
      STATUS ON<br>
      TYPE LINE<br>
      UNITS METERS<br>
      DATA &quot;/var/www/gisParcelsFL/tl_2010_12001_roads/tl_2010_12001_roads.shp&quot;<br>
      MAXSCALE -1.0<br>
      MINSCALE -1.0<br>
      TRANSPARENCY 100<br>
      SIZEUNITS pixels<br>
      LABELITEM &quot;FULLNAME&quot;<br>
      #PROJECTION<br>
       #  &quot;init=epsg:23030&quot;<br>
      #END<br>
      CLASS<br>
         STYLE <br>
            COLOR 153 153 153<br>
            WIDTH 1<br>
         END<br>
         NAME &quot;default&quot;<br>
         LABEL<br>
            FONT &quot;vera&quot;<br>
            ANGLE FOLLOW<br>
            COLOR 0 0 0<br>
            TYPE truetype<br>
            SIZE 7.0<br>
         END<br>
      END<br>
      METADATA<br>
         &quot;wms_title&quot; &quot;tl_2010_12001_roads.shp&quot;<br>
         &quot;wms_abstract&quot; &quot;generated by gvSIG&quot;<br>
         &quot;wms_extent&quot; &quot;529495 602500 588410 660675&quot;<br>
         &quot;gml_include_items&quot; &quot;all&quot;<br>
      END<br>
   END # Layer<br>
END # Map File<br><br><br>