Quote:
|
Originally Posted by till
The symlink is always identical with the host + domain of the website.
If you want to change it, you must change the code in the file /root/ispconfig/scripts/lib/config.lib.php
|
// symbolischen Link erzeugen
Code:
if(!is_link($web_path_realname)) $mod->log->phpcaselog(@symlink($web_path, $web_path_realname), "ln -s $web_path $web_path_realname", $this->FILE, __LINE__);
I found that in /root/ispconfig/scripts/lib/config.lib.php and I suppose I have to modify this part
"ln -s $web_path $web_path_realname" - right?
Recent comments
1 day 7 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 13 hours ago