Hiya guys,
Just started playing with Linux and found the How to's fantastic.
I managed to setup the "perfect server" for Debian without any problems.
I've installed ISPConfig andit works great internally.
I am now trying my control panel from an external connection but some of the images in the middle frame are trying to load from my internal IP address.
For example, here is the source for my welcome frame:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ISPConfig Startseite</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="https://192.168.200.201:81/design/default/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" background="https://192.168.200.201:81/design/default/nav_hg.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4"><img src="https://192.168.200.201:81/design/default/nav_lft.gif"></td>
<td background="https://192.168.200.201:81/design/default/nav_hg.gif"><b><font size="2" face="Verdana" color="#333333"> Welcome</font></b></td>
<td width="4"><img src="https://192.168.200.201:81/design/default/nav_rgt.gif"></td>
</tr>
</table>
</td>
</tr>
I have read all the posts regarding changing
$go_info["server"]["server_url"] = "https://192.168.200.201:81";
to have my internal and external IPs but it doesnt make any difference.
I'm sure this is a simple thing for u guys to fix
Recent comments
12 hours 52 min ago
12 hours 58 min ago
17 hours 56 min ago
1 day 37 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 19 hours ago