Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

virtual directories and http, https

Status
Not open for further replies.

timgerr

IS-IT--Management
Jan 22, 2004
364
US
I have a webpage that I get to with
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>
When I add a ip to the VirtualHosts like this
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>
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!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top