php - Adding a new hard drive to xampp -


i running xampp intranet server using 'virtualhost' 15 'sites' inside our network , things working fine 3 exceptions. first problem biggest-my 2tb drive full , need add drive server call data - how can this?

here 2 virtual domains vhosts file - 3rd example need accomplish.

<virtualhost 172.16.106.162:80>     servername clubcal.iserver     serveralias www.clubcal.iserver     documentroot "f:/xampp/htdocs/clubcal" </virtualhost>  <virtualhost 172.16.106.163:80>     servername digiport.iserver     serveralias www.digiport.iserver     documentroot "f:/xampp/htdocs/digiport" </virtualhost> 

this example of need do:

<virtualhost 172.16.106.164:80>     servername tzone.iserver     serveralias www.tzone.iserver     documentroot "g:/public_html/tzone" </virtualhost> 

this xampp server separate windows7 (64bit) system in our network windows active directory resolving dns issues inside our vlan (i downgrade 32bit weekend).

my hosts file resolves ip#'s domain names in server, nic assigned multiple ip #'s work everywhere on our vlan.

any insight appreciated.

if want sort of "span" drive, windows has handy feature (similar linux's symlinking) called mklink can create folder in current directory symbolic link drive. quick , easy way span it. not sure of downsides doing this, other if drive letter changes (if external drive).

that way should not have add or change of paths in config etc. not sure if looking for, helps.

also, did try 3rd config pasted? did not work? can see, long permissions fine should work way.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -