Hi,
We are using our own default virtual host template (aka skeleton). Before 11.5 there was no problem of using the "@domain_name@" variable in these files. In Plesk 11.5, it looks like this variable is replaced only once:
is replaced by
There was an issue for this which should be fixed by MU 10 (http://kb.parallels.com/en/116636):
We are using our own default virtual host template (aka skeleton). Before 11.5 there was no problem of using the "@domain_name@" variable in these files. In Plesk 11.5, it looks like this variable is replaced only once:
HTML:
<html>
<head>
<title>Welcome at @domain_name@</title>
</head>
<body>
<p>This is the default home page for @domain_name@.</p>
</body>
</html>
HTML:
<html>
<head>
<title>Welcome at mydomain.com</title>
</head>
<body>
<p>This is the default home page for @domain_name@.</p>
</body>
</html>
There was an issue for this which should be fixed by MU 10 (http://kb.parallels.com/en/116636):
However this variable is only replaced at its first occurrence. Someone who can confirm this is a bug? Can this be fixed in the next MU?[-] Administrators could not include domain names in the files of the default virtual host template using the @domain_name@ variable. (140092)