I have setup a virtual domain setup on my server but on firefox for mac it requires that I have WWW as a prefix or it points to another virtual host if I don’t but only on firefox for mac. In safari it is fine. I haven’t check on a pc because my pc is down so I don’t know the results. Can someone suggest a solution?
Here is the configuration I have for the virtual host
NameVirtualHost 208.109.222.81:80
ServerAdmin “webmaster@wetito.com”
ServerName wetito.com
ServerAlias wetito.com
MIMEMagicFile /dev/null
CustomLog logs/wetito.com_access_log “%h %l %u %t \”%r\” %>s %b \”%{Referer}i\” \”%{User-agent}i\”"
ErrorLog logs/wetito.com_error_log
DocumentRoot “/home/jacobb2/spanish”
Options +Indexes +FollowSymLinks
Order allow,deny
Allow from all
AllowOverride All
Alias /usage “/home/jacobb2/spanish/usage”
Orde
Technorati Tags: host, linux, Question, Setup, virtual