need help with htaccess file
Hello i was trying to make my first .htaccess.txt file and i tried uploading it to my server with ws_ftp. I'm still not sure if it's working but the problem is that i can't seem to see the file once i upload it. Should it be doing that to hide itself or am i doing something wrong? also someone do a double check on my code.SetEnvIfNoCase Referer "^http://www.jpop7.com" local_ref=1
<FilesMatch ".(gif|jpg|wmv|zip|avi)">
Order Allow,Deny
Allow from env=local_ref
</FilesMatch>
the file is loading in my file server and i only want my jpop7.com site to access it's files which is on another server.
Thanks