[gdal-dev] driver pages
Even Rouault
even.rouault at mines-paris.org
Wed May 28 04:01:32 PDT 2014
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
More information about the gdal-dev
mailing list