Re: Redirect Problem mit IE

2004-12-17 Diskussionsfäden Lennart Mordek
Mordek - Original Message - From: Ralf Glauberman [EMAIL PROTECTED] To: users-de@httpd.apache.org Sent: Thursday, December 16, 2004 6:28 PM Subject: Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE also, ich hab des ausprobiert, aber bei mir funktioniert das mit dem ie. ralf

Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE

2004-12-16 Diskussionsfäden Lennart Mordek
Lennart Mordek - Original Message - From: Ralf Glauberman [EMAIL PROTECTED] To: users-de@httpd.apache.org Sent: Tuesday, December 14, 2004 9:03 PM Subject: Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE hi, oder du schreibst ein activex-control für den redirect ;-) mal ehrlich, das

Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE

2004-12-16 Diskussionsfäden Lennart Mordek
Lennart Mordek - Original Message - From: Ralf Glauberman [EMAIL PROTECTED] To: users-de@httpd.apache.org Sent: Tuesday, December 14, 2004 9:03 PM Subject: Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE hi, oder du schreibst ein activex-control für den redirect ;-) mal ehrlich, das

Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE

2004-12-16 Diskussionsfäden Ralf Glauberman
also, ich hab des ausprobiert, aber bei mir funktioniert das mit dem ie. ralf - Original Message - From: Lennart Mordek [EMAIL PROTECTED] To: users-de@httpd.apache.org Sent: Thursday, December 16, 2004 9:53 AM Subject: Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE Hallo Ralf Ein

Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Christopher Gerharz
Lennart Mordek wrote: Guten Tag Hallo! Wenn ich mit einem IE auf nue.proveo.de gehe kommt ein Redirect so wie gewünscht auf nue.proveo.de:8080/aviation ,aber der IE hängt noch mal ein aviation mit hinten dra (nue.proveo.de:8080/aviationaviation/) Und was fnktioniert so natürlich auch nicht. Mit

Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Lennart Mordek
Serv Tomcat läuft auf 8080 richtig erkannt! :) Apache 2.0.47 hat nur in seiner http.conf folgenden Eintrag: VirtualHost 213.239.214.11 ServerName nue.proveo.de Redirect / http://nue.proveo.de:8080/aviation /VirtualHost Das wars! Mit freundlichen Grüßen Lennart Mordek

Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Christopher Gerharz
Lennart Mordek wrote: VirtualHost 213.239.214.11 ServerName nue.proveo.de Redirect / http://nue.proveo.de:8080/aviation /VirtualHost Versuch mal folgendes: VirtualHost 213.239.214.11:80 ServerName nue.proveo.de Redirect / http://nue.proveo.de:8080/aviation/ /VirtualHost --

Antwort: Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Tomas . Michal
T Re: Redirect Problem mit IE h e

Re: Antwort: Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Lennart Mordek
Serv Geht auch nicht! Gibt es noch eine Möglichkeit? MfG Lennart Mordek -- Apache HTTP Server Mailing List users-de unsubscribe-Anfragen an [EMAIL PROTECTED] sonstige Anfragen an [EMAIL

Antwort: Re: Antwort: Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden uwe . steingens
Hallo, und wie ist es mit eine Stück Javascript ? script language=javascript document.location.href=http://nue.proveo.de:8080/aviation;; /script MfG Uwe -- Apache HTTP Server Mailing List users-de

Re: Antwort: Re: Antwort: Re: Redirect Problem mit IE

2004-12-14 Diskussionsfäden Ralf Glauberman
:8080/aviation ein Redirect / http://nue.proveo.de:8080/ ralf - Original Message - From: [EMAIL PROTECTED] To: users-de@httpd.apache.org Sent: Tuesday, December 14, 2004 3:05 PM Subject: Antwort: Re: Antwort: Re: Redirect Problem mit IE Hallo, und wie ist es mit eine Stück Javascript ? script