Hi
Ive a strange problem, Im getting referals from a website and the site is calling a url that is not avaliable
Code: http://nzbuse.net/udnc.html/img/logo.jpg
Ive tried to redirect by .htaccess, errordocument and php script but non seem to work.
When my index.php page loads it includes javascript and css, the site also uses smarty.
With a clear cache in firefox, when I goto the the url above I get the following log entries :
"GET /udnc.html/img/logo.jpg HTTP/1.1" 302 213
"GET /missing.php HTTP/1.1" 200 81
"GET /js/main.js HTTP/1.1" 200 1341
"GET /index.php HTTP/1.1" 200 33734
"GET /css/styles.css HTTP/1.1" 200 6102
"GET /favicon.ico HTTP/1.1" 200 26694
But when one of the referals goes to the url they get :
"GET /udnc.html/img/logo.jpg HTTP/1.1" 302 213
"GET /missing.php HTTP/1.1" 200 81
and they dont issue / get the last 4 get requests.
Ive looked all over the net and cant seem to find the answer.
When a user goes to root url they seem to be ok.
The site is for Nzb Files and the users from the redirect dont event browse, I get 1000 plus referals a day and they all do the same thing which is leading me to think there is an issue ?
Anybody any ideas why ?
Regards
Potman