falko it's not working to put that code at the end of httpd.conf file
i've put this
Code:
Listen 80
NameVirtualHost *
<VirtualHost *>
ServerName dutzzu.ro
ServerRoot "/www/Apache2"
DocumentRoot "/www/webroot"
</VirtualHost>
<VirtualHost *>
ServerName poze.dutzzu.ro
DocumentRoot "/www/webroot/poze"
</VirtualHost>
at the start of the file but it's not working too
i want to make
http://dutzzu.ro/poze to beacame
http://poze.dutzzu.ro
any ideeas ?
Best regards ,
Dutzzu
ps : i've solve the problem with the name'server ; a friend gived me a free software witch solved my probelm