Menu

#2 Port problems

open
nobody
None
5
2004-02-16
2004-02-16
William
No

I was haing problems with this script on a test server
due to it not being on port 80. So I just added a little
code and bamb!

sub.php
Line 9: $url = $HTTP_HOST;
Change to: $url = str_replace(":1318", "", $HTTP_HOST);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB