I have a webpage that I get to with
and
I have created some virtual sub domains that look like this
When I add a ip to the VirtualHosts like this
and
I have created some virtual sub domains that look like this
So now I can go to the correct page
but now with
When I use I get the /var/ directory. How can I get https to match the virtual host that I have created?
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
and
I have created some virtual sub domains that look like this
Code:
<VirtualHost * >
ServerName [URL unfurl="true"]www.xxx.com[/URL]
DocumentRoot /var/[URL unfurl="true"]www/html/xxx/joomla[/URL]
</VirtualHost>
<VirtualHost * >
ServerName development.xxx.com
DocumentRoot /var/[URL unfurl="true"]www/html/development[/URL]
</VirtualHost>
and
I have created some virtual sub domains that look like this
Code:
<VirtualHost 72.aaa.bbb.ddd>
ServerName [URL unfurl="true"]www.xxx.com[/URL]
DocumentRoot /var/[URL unfurl="true"]www/html/xxx/joomla[/URL]
</VirtualHost>
<VirtualHost 72.aaa.bbb.ccc >
ServerName development.xxx.com
DocumentRoot /var/[URL unfurl="true"]www/html/development[/URL]
</VirtualHost>
but now with
When I use I get the /var/ directory. How can I get https to match the virtual host that I have created?
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!