Hello,
is it possible run two versions of PHP (e.g. 4.1.1 and 4.4.x) on one apache server?
E.g. php files in "localhost/aaa" would be interpreted by PHP 4.1.1 and php files in "localhost/bbb" would be interpreted by PHP 4.4.x.
I heard that it can be done using aliases ...
thanks