germ germ wrote:
In my HTML file the HREF tag is: <A
HREF="www.google.com" TARGET="_blank">google.com</A>

When clicked, the link in then directed to:
http://10.10.1.5/test-a/ref/www.google.com

Basically it seems like it appends the link to the URL
path.

Is this a PHP or Apache problem and how do I fix it?

-Aaron

It's not a 'problem' of either. Without the 'http://' Apache assumes it is an releative link, and is appending it to the cwd.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to