So, jetzt klappts:
$text=preg_replace("#(http://)?(www.)?([a-zA-Z0-9-./]+)#","<a
href='http://$2$3'>$1$2$3</a>",$text);
$text=preg_replace("#(<a
href=')([a-zA-Z0-9-.:/]+)('>)(http://)?(www.)?(meine-homepage.de/)#","$1$2$3",$text);
echo $text;
So, jetzt klappts:
$text=preg_replace("#(http://)?(www.)?([a-zA-Z0-9-./]+)#","<a
href='http://$2$3'>$1$2$3</a>",$text);
$text=preg_replace("#(<a
href=')([a-zA-Z0-9-.:/]+)('>)(http://)?(www.)?(meine-homepage.de/)#","$1$2$3",$text);
echo $text;