Your remote server have an .htaccess file in it with following content.
I try delete it, but got permission deny error. May be you need server admin to delete the file.Code:RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?bootytube247.com(/)?.*$ [NC] RewriteRule \.(flv|swf|png|bmp|js|css|jpg|jpe?g|gif|wmv|avi)$ /templates/images/logo.jpg [L,NC]
If you delete the file, it will work.
As for crossdomain.xml put
Code:<cross-domain-policy> <allow-access-from domain="*.*"/> </cross-domain-policy>





Reply With Quote
Bookmarks