I'm glad I found your post here ramprage. I have been pulling my hair out trying to figure out why Quicktimes weren't playing in Internet Explorer on XP nor in Safari on the Mac. I removed the .htaccess file in the data folder and now they work.
Chuck, the .htaccess file in the data folder had the following code in it to prevent bandwidth stealing. Do you see a modification that could be made to it so that it doesn't interfere with the Quicktime movie playback? I'd like to be able to add the .htaccess back in but need the Quicktime capability too. Thanks! Randy
Quote:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*mydomain.com* [NC]
RewriteRule /* http://%{HTTP_HOST}/photopost/index.php [R,L]
|