cdc08x
11-02-2007, 02:37 PM
Hi all!
I'd like to know if there is a php.ini directive that can do what I'm going to describe.
Suppose I have an automatic engine (that I cannot modify, because it's a CMS' engine!) that creates hot-references for links such as anchors.
I want to turn them from "http://..." to "https://", but I have to make this only by operating at low-level (so manipulating, maybe, the php.ini file).
I'm pointing at php.ini because I've seen what can it do with url_rewriter.tags (very powerful!!) for inserting the session_id as a GET variable automatically!
Am I on the right way? Is there any kind of directive that can help me?
Thanks in advance!
I'd like to know if there is a php.ini directive that can do what I'm going to describe.
Suppose I have an automatic engine (that I cannot modify, because it's a CMS' engine!) that creates hot-references for links such as anchors.
I want to turn them from "http://..." to "https://", but I have to make this only by operating at low-level (so manipulating, maybe, the php.ini file).
I'm pointing at php.ini because I've seen what can it do with url_rewriter.tags (very powerful!!) for inserting the session_id as a GET variable automatically!
Am I on the right way? Is there any kind of directive that can help me?
Thanks in advance!