hello i am running my own server with wamp and get the following problem i want to host multiple domains on it but always when i try to make it the domain leads to the same folder as my main address does any one know how i can fix that error?
Help With Server
Collapse
X
-
ok think its working now can anyone test this link http://myserver23.zapto.org today at 8 pm uk time please and tell me what you see?
PHP Code:foreach ($_SERVER as $server => $value)
{
echo "$server is $value<br />";
}
Comment
-
btw whenever you make changed to the server conf files you need to restart apache in order for any changed to be made
plus you should have an emample conf fille or at least an example virtual server like i gave above[/b]
PHP Code:foreach ($_SERVER as $server => $value)
{
echo "$server is $value<br />";
}
Comment
Comment