i read the exisitng posts, but still stumped for the last 5 hours. all is set. we got WPMU running and created the first user. the site URL looks like this http://altaf.rehmanis-imac-g5.local/mblog/
where mblog is the wordpress directory and rehmanis-imac-g5.local is the sitename and user altaf is trying to access it. the server correctly tries to look for altaf.rehmanis-imac-g5.local and cannot find the site..
Safari can’t open the page “http://altaf.rehmanis-imac-g5.local/mblog/wp-admin/� because it can’t find the server “altaf.rehmanis-imac-g5.local�.
What should be the entry on my virtual Hosts section in http.confd
this is where i am not clear ..
currently it looks like this and i am sure this needs to be corrected.
NameVirtualHost *
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost *>
ServerAlias rehmanis-imac-g5.local *.rehmanis-imac-g5.local
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
Any help appreciated.