Website titel wordt niet weergeven in 2de domein
ik heb een website met onder andere de volgende code in de index
Code (php)
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Dennis webdesign 2013</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="images/bg.jpg" bgcolor="#1b1b1b" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- overige html/php code -->
</body>
</html>
<head>
<title>Dennis webdesign 2013</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="images/bg.jpg" bgcolor="#1b1b1b" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- overige html/php code -->
</body>
</html>
Ik heb 1 hosting-pakket incl. een .NL domein. Als ik naar dit domein surf dan wordt netjes de titel van boven weergegeven.
Daar naast heb ik 3 dagen geleden ook een .NET domein gekocht en deze gelinkt aan mijn .NL domein, maar als ik naar dit domein surf dan wordt de titel niet weergeven. Waarom is dit en hoe kan ik het oplossen?
Gewijzigd op 18/05/2013 08:38:10 door Danny Spinhuis
Hoe redirect je de .net domein?
Ik weet niet of de domein een frameset bevat, maar de redirect wordt door de hosting bedrijf zelf gedaan. Als ik dit wil veranderen moet ik hun mailen.
wat staat er in de broncode?
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<center>
<BR><BR><BR>
<table id="Table_01" height="77" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="#" target="_blank"><img src="images/d_05.png" onmouseover="this.src='images/f_05.png'" onmouseout="this.src='images/d_05.png'" width="51" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_07.png" onmouseover="this.src='images/f_07.png'" onmouseout="this.src='images/d_07.png'" width="64" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_09.png" onmouseover="this.src='images/f_09.png'" onmouseout="this.src='images/d_09.png'" width="58" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_11.png" onmouseover="this.src='images/f_11.png'" onmouseout="this.src='images/d_11.png'" width="77" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="mailto:email@adres"><img src="images/d_13.png" onmouseover="this.src='images/f_13.png'" onmouseout="this.src='images/d_13.png'"width="53" height="77" alt="" border="0"></a></td>
</tr>
</table>
</center>
<BR><BR><BR>
<table id="Table_01" height="77" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="#" target="_blank"><img src="images/d_05.png" onmouseover="this.src='images/f_05.png'" onmouseout="this.src='images/d_05.png'" width="51" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_07.png" onmouseover="this.src='images/f_07.png'" onmouseout="this.src='images/d_07.png'" width="64" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_09.png" onmouseover="this.src='images/f_09.png'" onmouseout="this.src='images/d_09.png'" width="58" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="#" target="_blank"><img src="images/d_11.png" onmouseover="this.src='images/f_11.png'" onmouseout="this.src='images/d_11.png'" width="77" height="77" alt="" border="0"></a></td>
<td width="30" height="77"></td>
<td>
<a href="mailto:email@adres"><img src="images/d_13.png" onmouseover="this.src='images/f_13.png'" onmouseout="this.src='images/d_13.png'"width="53" height="77" alt="" border="0"></a></td>
</tr>
</table>
</center>
Gewijzigd op 19/05/2013 20:53:16 door Danny Spinhuis
www.jouwdomein.net of wel?
Om het makkelijk te maken: WAT is je domein? Is dat http://www.oddesigns.net/ ?
Dit is niet de broncode van Om het makkelijk te maken: WAT is je domein? Is dat http://www.oddesigns.net/ ?
Maar de broncode is wel van mijn website, letterlijk hoe het hier boven staat.