• Hmmm… I linked a kmz file (Google Earth) but somehow WordPress doesn’t open it with Google Earth.
    1) I can see the (open for now) dir : https://www.cogmios.nl/kmz/
    2) I have tried to put a line in .htaccess:
    RewriteCond %{REQUEST_URI} ^/kmz/(.*)$ [OR]

    All didnt work I swear it worked a while ago. Im hosting on dreamhost. Is there anyone who can give me a hint?

    I would be VERY grateful! Thankx,
    Cogmios.

Viewing 1 replies (of 1 total)
  • Thread Starter cogmios

    (@cogmios)

    ok, I did the following steps now it works:
    1) open the kmz in internet explorer
    2) save the kml file resulting
    3) make a php file referencing the kml file like this:
    header(“Content-type: application/kmz”);
    header(‘Content-Disposition: attachment; filename=”kauai.kml”‘);

    well…probably the kml could be kmz anywayz but this works.

Viewing 1 replies (of 1 total)
  • The topic ‘Open Kmz file’ is closed to new replies.