Correct me if I am wrong, but doesn't mod_rewrite only rewrite URL's in
requests? I need to rewrite a URL in a response header.

Kevin 

-----Original Message-----
From: Gregor Schneider [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 17, 2007 6:57 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Using mod_headers to modify an existing
header

how about mod_rewrite?

    RewriteEngine On
    RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1

gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to