tks for help falko
i have a new question now: if i want to host 2 domains on a single server, what do i have to change in httpd.conf ?!? just paste a code similary like that for virtual host ?!?
smt like this ( if i have dutzzu.ro, and now i want to add another domain - example.ro )
Code:
Listen 80
NameVirtualHost *
<VirtualHost *>
ServerName dutzzu.ro
DocumentRoot /www/webroot
</VirtualHost>
<VirtualHost *>
ServerName example.ro
DOcumentRoot /www/webroot/example.ro
</VirtualHost>
Is this corect ? or i have to past smth else ( another code ) somwhere else ?
Recent comments
1 day 14 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 9 hours ago
3 days 1 hour ago
3 days 2 hours ago