View Single Post
Old December 21st, 2006, 01:03 AM   #3 (permalink)
ncangler
Member
Verified Customer
 
Join Date: Nov 2005
Posts: 124
Question Chuck this fixed the Quicktime problem - now for .htaccess?

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]
ncangler is offline   Reply With Quote