View previous topic :: View next topic |
Author |
Message |
Jahmon -
Joined: 02 Jun 2003 Posts: 2
|
Posted: Sat Aug 30, 2003 1:27 pm Post subject: Some URL display my local page |
|
|
Hi since a few time i've got some pages that display my own webserver...
For example, on a website there is an IFrame wich is supposed to show some ads, but instead of that i see my "404 error page"
this is one of those site :
http://ads.ixo.com/oasisi-i.php?s=205&w=468&h=60&cb=26110
and if i go to the home directory of that site:
http://ads.ixo.com/
then i get my own website... meaning my Index page....
Why is that ? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Aug 30, 2003 2:59 pm Post subject: Re: Some URL display my local page |
|
|
Jahmon wrote: | Hi since a few time i've got some pages that display my own webserver...
For example, on a website there is an IFrame wich is supposed to show some ads, but instead of that i see my "404 error page"
this is one of those site :
http://ads.ixo.com/oasisi-i.php?s=205&w=468&h=60&cb=26110
and if i go to the home directory of that site:
http://ads.ixo.com/
then i get my own website... meaning my Index page....
Why is that ? |
Some ad blockers wrongly replace ad URLs in some pages with a request to 127.0.0.1 (your localhost). This works if you don't have a web server. But if you have one, it will respond with an error generally.
Check your access.log files and you'll certainly see these requests that were sent to your web server @ localhost and which generated error 404. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Jahmon -
Joined: 02 Jun 2003 Posts: 2
|
Posted: Sun Aug 31, 2003 4:54 pm Post subject: |
|
|
ok thanks so the problem is not on my side but on there side right?
i can't do nothing about it? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Sep 03, 2003 2:25 pm Post subject: |
|
|
Jahmon wrote: | ok thanks so the problem is not on my side but on there side right?
i can't do nothing about it? |
It's on your side if you use an ad blocker that routes the blocked ads to 127.0.0.1. In all the cases, this isn't a realproblem since the ads are blocked. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|