View Single Post
Old 12-17-2008, 10:52 AM   #3 (permalink)
yournamehere
Invisible
 
yournamehere's Avatar
 
Location: tentative, at best
Well, thanks for the info, luciferase75.

From my research, I've found (I think) that I needed to create a .htaccess file with the following:

AddType application/vnd.google-earth.kmz .kmz

I've created the file using Notepad, and uploaded the file to my ftp site. No difference.
I know my site is Linux hosted. I don't know if it's Apache (It's a shared host by Go Daddy).

Just in case it is Apache, I also created the file http.conf and added the following lines:

AddType application/vnd.google-earth.kml+xml .kml
AddType application/vnd.google-earth.kmz .kmz


Still no difference


EDIT LATER:

There seemed to be a bit of lag time, but it seems to work now - thanks for getting me on the right track, luciferase75.
.
__________________
If you want to avoid 95% of internet spelling errors:
"If your ridiculous pants are too loose, you're definitely going to lose them. Tell your two loser friends over there that they're going to lose theirs, too."
It won't hurt your fashion sense, either.

Last edited by yournamehere; 12-17-2008 at 06:24 PM..
yournamehere is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46