Re: Redirect Problem

2006-07-18 Diskussionsfäden Rainer Sokoll
On Tue, Jul 18, 2006 at 12:49:12PM +0200, Mario Doering wrote: Alle Anfragen auf /ordner1 sollen auf der gleichen Domain auf /ordner2 umgemappt werden. RedirectMatch permanent ^/ordner1/(.*) http://www.example.de/ordner2/$1 Jedenfalls so ungefähr ;-)) Rainer

Re: Redirect Problem

2006-07-18 Diskussionsfäden Ren� Thiel
Hallo Mario, Alle Anfragen auf /ordner1 sollen auf der gleichen Domain auf /ordner2 umgemappt werden. RedirectMatch permanent ^/ordner1/(.*) http://www.example.de/ordner2/$1 Ich glaube, das eben kanntest Du schon? Mein Gedanke: Alias /ordner1 /pfad/auf/dem/server/ordner2 Gruß René

Re: Redirect Problem

2006-07-18 Diskussionsfäden James Blond
Es geht auch anders ProxyRequests Off Proxy * Order deny,allow Allow from all /Proxy ProxyPass /ordner1 http://foo.example.com/orderner2 ProxyPassReverse /ordner1 http://foo.example.com/ordner2 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#forwardreverse Gruß Mario

Re: Redirect Problem

2006-07-18 Diskussionsfäden Christopher Gerharz
James Blond schrieb: Es geht auch anders [...] ProxyPass /ordner1 http://foo.example.com/orderner2 ProxyPassReverse /ordner1 http://foo.example.com/ordner2 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#forwardreverse Auch hier wieder das Problem: Der OP wollte nach meinem

RE: Redirect Problem

2006-07-18 Diskussionsfäden Oliver.Schaudt
On Tue, Jul 18, 2006 at 12:49:12PM +0200, Mario Doering wrote: Alle Anfragen auf /ordner1 sollen auf der gleichen Domain auf /ordner2 umgemappt werden. RedirectMatch permanent ^/ordner1/(.*) http://www.example.de/ordner2/$1 Jedenfalls so ungefähr ;-)) Rainer Oder so: # Schreibt extern um

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