logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Not redirecting properly
Author
potman100



Joined: 06 May 2006
Posts: 5

PostPosted: Sat 26 Jun '10 17:41    Post subject: Not redirecting properly Reply with quote

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: 7355
Location: Germany, Next to Hamburg

PostPosted: Thu 23 Sep '10 23:35    Post subject: Reply with quote

How do you currently handle this? .htaccess or the script or something else?
Back to top


Reply to topic   Topic: Not redirecting properly View previous topic :: View next topic
Post new topic   Forum Index -> Apache