Am 05.11.2008 um 02:23 schrieb Eric Covener:
On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner
<[EMAIL PROTECTED]> wrote:
RewriteRule ^(.*)$ http://target.com/$1 [P,L]
There raises the problem that the application on target.com perfoms
an
redirection to /foo/bar/ (mind the first slash) with
On Tue, Nov 4, 2008 at 7:02 PM, Florian Lindner <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have an SSL certificate of www.example.org. Now I want to proxy another
> domain (which is a v-host on the same server) through the beforementioned
> SSL domain.
>
> My first try was: (in the doc root .htacces
On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner <[EMAIL PROTECTED]> wrote:
> RewriteRule ^(.*)$ http://target.com/$1 [P,L]
>
> There raises the problem that the application on target.com perfoms an
> redirection to /foo/bar/ (mind the first slash) with proxy that makes
> example.org/foo/bar/ which