Le mercredi 28 mai 2014 10:47:13, Even Rouault a écrit :
> Le mercredi 28 mai 2014 10:36:12, Martin Landa a écrit :
> > Hi,
> > 
> > after RFC-46, the original location of OGR driver pages is broken, eg.
> > 
> > http://www.gdal.org/ogr/drv_shapefile.html
> > 
> > Would be nice to add redirection... Thanks, Martin
> 
> Yes, I agree. Anyone know how to do that ?
> 
> I did a "manual" redirection with a HTML page for
> www.gdal.org/ogr/index.html, but I don't think it is appropriate to do
> that for each html page that was under ogr.

ok, I finally figured that out by myself. It was just a matter of putting a 
.htaccess file at the root of gdal.org with the following content :
RewriteEngine On 
Redirect permanent /ogr http://www.gdal.org

> 
> Even

-- 
Geospatial professional services
http://even.rouault.free.fr/services.html
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to