inigosword Posted May 22, 2003 Share Posted May 22, 2003 I have a PHP script that creates URL links. The problem is when the HTML URL link text is created, it automatically inserts the Host Server name as part of the URL path. This is fine if the URL path points to a file within the Host Server but in this case I need to have the URL point outside the Host Server Is there an Apache Directive I need to change so I can avoid this auto insertion? Thanks! Link to comment https://forums.phpfreaks.com/topic/495-creating-url-links-wo-default-host-server-name-prefix/ Share on other sites More sharing options...
inigosword Posted May 22, 2003 Author Share Posted May 22, 2003 Okay, I found the answer. I left out having http:\\ starting the string for the URL address. It\'s funny how the simple things can throw for a loop sometimes :? Link to comment https://forums.phpfreaks.com/topic/495-creating-url-links-wo-default-host-server-name-prefix/#findComment-1673 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.