I really appreciate your help, hombre.
I'm jumping around from Vista32 to XP and back.
I'm running 'Universal Server' off of a USB key or from a select drive (usually X:\).
I did this once already from the config file, and it worked, but then it stopped working.
I'll try what you said...
What you are missing is to add
127.0.0.1 tst
to the hosts file to fake out nameservice."
#####
I'm sorry, but you lost me here.
Do you mean like this?
##########VIRTUAL HOST SETUP##########
# TST
<VirtualHost *>
ServerName 127.0.0.1 tst
DocumentRoot "X:\testserver"
</VirtualHost>
Don't get me started about embarassment; I'm like a diabetic kid in a candy store when it comes to this stuff.
"You need to map these "fake" names to the IP of the box, either 127.0.0.1 or the real one.
I would add
127.0.0.1 tst"
Is this what you mean?
##########VIRTUAL HOST SETUP##########...
Yes, that's exactly what I want it to do.
The folders are out there with temporary index.htm files.
I put this in the config file:
##########VIRTUAL HOST SETUP##########
# TEST
<VirtualHost *>
DocumentRoot "X:\testserver"
ServerName tst
</VirtualHost>
But when I type in http://tst the...
Thanks again for your help and patience.
Basically, I have about four different projects going on and each one has a lot of files involved.
You know how you type in "localhost" in the broswer and that takes you to the server's default directory?
I wanted to have three more directories on...
Hi,
I'm not sure how to word this, but I have a USB drive with Uniserver, XAMP, and WOS portable webservers installed.
The problem is that I would like to have a "test" directory that is independent of these three servers, but still accessible by typing something like "localhost/test" into the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.