c6e2e27116db3e04c931fefb0102f1f2fe9d7eb8
[google-map-tiles.git] / apache-gmap.conf
1 Alias /gmap /srv/google-map-tiles
2
3 <Location /gmap>
4         AddHandler cgi-script .pl
5         Options +ExecCGI +Indexes
6
7         RewriteEngine   on
8         RewriteCond     %{REQUEST_FILENAME}     !-f
9         RewriteRule     /tiles/.*\.png$         /gmap/tiles/notiles.png [L]
10 </Location>