You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Lennart Mordek <Le...@proveo.de> on 2004/12/14 12:11:15 UTC

Redirect Problem mit IE

Guten Tag


Folgendes Problem:

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 anderen Browsern wie FireFoks geht
es. Gint es einen Workaround um das zu beheben?



Mit freundlichen Grüßen
Lennart Mordek


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Redirect Problem mit IE

Posted by Lennart Mordek <Le...@proveo.de>.
Hi


Hat nicht funktioniert!


MfG Lennart Mordek


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Antwort: Re: Redirect Problem mit IE

Posted by Lennart Mordek <Le...@proveo.de>.
Serv


Geht auch nicht!
Gibt es noch eine Möglichkeit?


MfG Lennart Mordek


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Antwort: Re: Redirect Problem mit IE

Posted by To...@haspa.de.

Hi,

Du kannst es ja auch mal mit dem Rewrite probieren, hier hast evtl. mehr
möglichkeiten...

<VirtualHost 213.239.214.11>
        ServerName nue.proveo.de
        RewriteLoglevel 0
        RewriteLog  /software/rhttp/logs/rewrite_log
        RewriteEngine On
        RewriteRule ^/(.*)$ http://nue.proveo.de:8080/aviation/$1 [L,R]
</VirtualHost>


MfG

Tomas





                                                                           
 (Embedde Christopher Gerharz                                              
 d image                                                                   
 moved to am 14.12.2004 13:40                                              
 file:                                                                     
 pic06894                                                                  
 .gif)                                                                     
 ---------                                 ------------------------------- 



                                                                             
 A  users-de@httpd.apache.org                                                
 n                                                                           
                                                                             
                                                                             
 K                                                                           
 o                                                                           
 p                                                                           
 i                                                                           
 e                                                                           
                                                                             
                                                                             
 T  Re: Redirect Problem mit IE                                              
 h                                                                           
 e                                                                           
 m                                                                           
 a                                                                           
                                                                             
                                                                             
    Bitte antworten an                                                       
    users-de@httpd.apache.org                                                
                                                                             




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>



--
Gruesse,
Chris

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------



Re: Redirect Problem mit IE

Posted by Christopher Gerharz <cc...@cgerharz.de>.
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>



-- 
Gruesse,
Chris

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Redirect Problem mit IE

Posted by Lennart Mordek <Le...@proveo.de>.
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


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Redirect Problem mit IE

Posted by Christopher Gerharz <cc...@cgerharz.de>.
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 anderen Browsern wie FireFoks geht
> es. Gint es einen Workaround um das zu beheben?

Dann erzaehl uns zuerst mal, _wie_ du diesen Redirect machst...

Auf 8080 laueft der Tomcat, richtig? Wie hast du den mit dem Apachen 
'verbunden'? Wie sieht deine sonstige Konfiguration aus?


-- 
Gruesse,
Chris

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------