Port numbers appended to anchor tags

Posted by glifchits on Pro Webmasters See other posts from Pro Webmasters or by glifchits
Published on 2014-05-03T20:28:44Z Indexed on 2014/06/04 3:39 UTC
Read the original article Hit count: 250

Filed under:
|
|

I've built a static site. Locally, when I serve the content with python -m SimpleHTTPServer everything behaves normally, but when I copy the HTML onto the server and browse the site at the server's URL, some links will have a port number appended to the domain. For example: url.com:84/path where the correct path is url.com/path. The port number is usually different, always between 81-85.

It is an Apache server. I'm not experienced with web server configuration, and I'm not the admin of the server. Let me know if there is more information that can help solve my problem.

~> cat /etc/*release*
SuSE SLES-8 (i386)
VERSION = 8.1
UnitedLinux 1.0 (i586)
VERSION = 1.0
LSB_VERSION="1.2"
DISTRIB_ID="UnitedLinux"
DISTRIB_RELEASE="1.0"
DISTRIB_DESCRIPTION="UnitedLinux 1.0 (i586)"

© Pro Webmasters or respective owner

Related posts about html

Related posts about apache