IE7 rewrites URL

IE7 rewrites URL

am 15.04.2008 19:53:55 von souporpower

We are experiencing the following scenario intermittently on our
apache powered web site.

Some users with Internet Explorer 7 (IE7) are getting redirected from
http://www.e-xyz.com to http://e-xyz.com.

This doesn't seem to be a browser hijack exploit.

After the URL gets redirected they get invalid certificate error as
the security certificate is issued for www.e-xyz.com.

Has anyone any clue why it might happen?

Thanks

Re: IE7 rewrites URL

am 15.04.2008 20:20:26 von Luuk

souporpower@gmail.com schreef:
> We are experiencing the following scenario intermittently on our
> apache powered web site.
>
> Some users with Internet Explorer 7 (IE7) are getting redirected from
> http://www.e-xyz.com to http://e-xyz.com.
>
> This doesn't seem to be a browser hijack exploit.
>
> After the URL gets redirected they get invalid certificate error as
> the security certificate is issued for www.e-xyz.com.
>
> Has anyone any clue why it might happen?
>
> Thanks

no, because http://www.e-xyz.com perfectly redirects to
http://www.yahoo.co.jp/

--
Luuk

Re: IE7 rewrites URL

am 15.04.2008 20:34:28 von souporpower

On Apr 15, 2:20=A0pm, Luuk wrote:
> souporpo...@gmail.com schreef:
>
> > We are experiencing the following scenario intermittently on our
> > apache powered web site.
>
> > Some users with Internet Explorer 7 (IE7) are getting redirected from
> >http://www.e-xyz.comtohttp://e-xyz.com.
>
> > This doesn't seem to be a browser hijack exploit.
>
> > After the URL gets redirected they get invalid certificate error as
> > the security certificate is issued forwww.e-xyz.com.
>
> > Has anyone any clue why it might happen?
>
> > Thanks
>
> no, becausehttp://www.e-xyz.comperfectly redirects tohttp://www.yahoo.co.j=
p/
>
> --
> Luuk

Sorry, thought I was using a fake domain. But the post was still
relevant in the sense why would http://www.abcdefxyz.com redirect to
http://abcdefxyz.com?

Thanks

Re: IE7 rewrites URL

am 15.04.2008 21:28:22 von HansH

schreef in bericht
news:84019bea-a878-4904-a1ae-cce7069026a7@w5g2000prd.googleg roups.com...
>
> no, becausehttp://www.e-xyz.comperfectly redirects
> tohttp://www.yahoo.co.jp/
>
Sorry, thought I was using a fake domain. But the post was still
relevant in the sense why would http://www.abcdefxyz.com redirect to
http://abcdefxyz.com?

There might be 1001 ( that's decimal) reasons ...
To have anyone discriminate the ONE valid you have to expose the real site
name...

HansH

Re: IE7 rewrites URL

am 15.04.2008 21:32:09 von Luuk

souporpower@gmail.com schreef:
> On Apr 15, 2:20 pm, Luuk wrote:
>> souporpo...@gmail.com schreef:
>>
>>> We are experiencing the following scenario intermittently on our
>>> apache powered web site.
>>> Some users with Internet Explorer 7 (IE7) are getting redirected from
>>> http://www.e-xyz.comtohttp://e-xyz.com.
>>> This doesn't seem to be a browser hijack exploit.
>>> After the URL gets redirected they get invalid certificate error as
>>> the security certificate is issued forwww.e-xyz.com.
>>> Has anyone any clue why it might happen?
>>> Thanks
>> no, becausehttp://www.e-xyz.comperfectly redirects tohttp://www.yahoo.co.jp/
>>
>> --
>> Luuk
>
> Sorry, thought I was using a fake domain. But the post was still
> relevant in the sense why would http://www.abcdefxyz.com redirect to
> http://abcdefxyz.com?
>
> Thanks

this depends on how the web-server (apache) is configured.
(i think 'ServerName' in httpd.conf ?)

but 'normally' you better use example.com as an example (or fake) domain ;-)

--
Luuk

Re: IE7 rewrites URL

am 15.04.2008 23:12:03 von spam

"Luuk" wrote in message
news:388fd5-j0v.ln1@a62-251-88-195.adsl.xs4all.nl...
> souporpower@gmail.com schreef:
> > We are experiencing the following scenario intermittently on our
> > apache powered web site.
> >
> > Some users with Internet Explorer 7 (IE7) are getting redirected from
> > http://www.e-xyz.com to http://e-xyz.com.
> >
> > This doesn't seem to be a browser hijack exploit.
> >
> > After the URL gets redirected they get invalid certificate error as
> > the security certificate is issued for www.e-xyz.com.
> >
> > Has anyone any clue why it might happen?
> >
> > Thanks
>
> no, because http://www.e-xyz.com perfectly redirects to
> http://www.yahoo.co.jp/

That's what I'm seeing also.

Re: IE7 rewrites URL

am 16.04.2008 14:43:25 von souporpower

On Apr 15, 3:32=A0pm, Luuk wrote:
> souporpo...@gmail.com schreef:
>
>
>
>
>
> > On Apr 15, 2:20 pm, Luuk wrote:
> >> souporpo...@gmail.com schreef:
>
> >>> We are experiencing the following scenario intermittently on our
> >>> apache powered web site.
> >>> Some users with Internet Explorer 7 (IE7) are getting redirected from
> >>>http://www.e-xyz.comtohttp://e-xyz.com.
> >>> This doesn't seem to be a browser hijack exploit.
> >>> After the URL gets redirected they get invalid certificate error as
> >>> the security certificate is issued forwww.e-xyz.com.
> >>> Has anyone any clue why it might happen?
> >>> Thanks
> >> no, becausehttp://www.e-xyz.comperfectlyredirects tohttp://www.yahoo.co=
..jp/
>
> >> --
> >> Luuk
>
> > Sorry, thought I was using a fake domain. But the post was still
> > relevant in the sense why wouldhttp://www.abcdefxyz.comredirect to
> >http://abcdefxyz.com?
>
> > Thanks
>
> this depends on how the web-server (apache) is configured.
> (i think 'ServerName' in httpd.conf ?)
>
> but 'normally' you better use example.com as an example (or fake) domain ;=
-)
>
> --
> Luuk- Hide quoted text -
>
> - Show quoted text -

I was able to recreate the error by adding an entry to the Windows
hosts file without the www prefix. Looks like apache is squeaky
perfect.

Thanks for your kind help.