superDAVE
07-27-2001, 01:49 PM
My htaccess is not allowing my movies to play for some reason but it allows everything else in that protected directory. Is there a permission I should put in the code to allow it to play the movies. I use the basic .htaccess below.
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.ibonedyoursister.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://ibonedyoursister.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://215.178.45.4/ [NC]
RewriteRule /* http://www.ihopeyoudidntmind.com/shewasgood.htm [R,L]
Any help would be appreciated
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.ibonedyoursister.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://ibonedyoursister.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://215.178.45.4/ [NC]
RewriteRule /* http://www.ihopeyoudidntmind.com/shewasgood.htm [R,L]
Any help would be appreciated