D
Dj_Cure
Guest
hello,
is it possible to add multiple alias to a single domain? for example, if i want www.example.com and www.example.net to point to the same file. one solution is to add
<VirtualHost 62.193.232.27:80>
ServerName example.com:80
ServerAlias www.example.com
ServerAlias example.net
ServerAlias example.org
ServerAlias example.tv
UseCanonicalName Off
to the file /home/httpd/vhosts/example.com/conf/httpd.include
Is there any way to do this with plesk interface?
Thnx
is it possible to add multiple alias to a single domain? for example, if i want www.example.com and www.example.net to point to the same file. one solution is to add
<VirtualHost 62.193.232.27:80>
ServerName example.com:80
ServerAlias www.example.com
ServerAlias example.net
ServerAlias example.org
ServerAlias example.tv
UseCanonicalName Off
to the file /home/httpd/vhosts/example.com/conf/httpd.include
Is there any way to do this with plesk interface?
Thnx