Sorry, below I meant mod_proxy, not mod_rewrite.

André Warnier wrote:
Mike Lyon wrote:
...


So what I would like to know is if there is a way I can rewrite those hrefs when they go from the server to the client with mod_rewrite so the client is pointed to an SSL href and not just a regular http href. Is something that
mod_rewrite is capable of doing?

mod_rewrite only deals with HTTP headers, not the content.
You probably need to parse/filter the content which you return and modify these URLs on-the-fly.
There exists a module to do that, but I forget its name. ProxyHtml ?
In simple cases, there is another module that could help, working more like sed. I also forget its name, but you could try looking for mod_replace.

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to