View previous topic :: View next topic |
Author |
Message |
CypherBit -
Joined: 27 Aug 2004 Posts: 18
|
Posted: Tue Feb 14, 2006 10:04 pm Post subject: KML files |
|
|
Hopefully I'm posting in the correct section. I'm trying to do the following:
Quote: | Your webhost server will need to be able to know how to handle kml files. Otherwise, it will show a regular text file instead of opening a call to Google Earth on your computer.
In the .htaccess file, add the following lines:
Code:
AddType text/vnd.google-earth.kml+xml kml
AddType text/vnd.google-earth.kmz kmz |
How can this be done on Abyss? Maybe a workaround? |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Feb 14, 2006 10:16 pm Post subject: |
|
|
I think you just need to add:
Type: text/vnd.google-earth.kml+xml
Extension: kml
Type: text/vnd.google-earth.kmz
Extension: kmz
to the MIME-Types and it should work. Not sure but you could try it. If Im wrong someone will correct me. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
CypherBit -
Joined: 27 Aug 2004 Posts: 18
|
Posted: Tue Feb 14, 2006 10:56 pm Post subject: |
|
|
I did as suggested and am not sure if everything is OK.
My kml files only work from Firefox, using IE, Opera doesn't seem to do anything.
For testing: http://www.cypherbit.com/coppermine/ge.kml
Oh and I know I posted in the wrong section, had multiple open. My appologies. |
|
Back to top |
|
 |
|