Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Not redirecting properly |
|
Author |
|
potman100
Joined: 06 May 2006 Posts: 5
|
Posted: Sat 26 Jun '10 17:41 Post subject: Not redirecting properly |
|
|
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, 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 get the last 4 get requests.
Ive looked all over the net and cant seem to find the answer.
Anybody any ideas why ?
Regards
Potman |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 23 Sep '10 23:35 Post subject: |
|
|
How do you currently handle this? .htaccess or the script or something else? |
|
Back to top |
|
|
|
|
|
|