Hi everyone,
I'm trying to use the virtualhosts.ini and am running into a problem.
I've got the following directory structure:
/web
/abc/index.asp
/xyz/index.asp
on a machine whose IP is 10.0.0.25.
If I type:
10.0.0.25/abc/ into the browser and hit enter I get the expected index.asp
page, same if I type 10.0.0.25/xyz/
So I edited my Win 2000 hosts file so that www.abc.com points to 10.0.0.25.
Then I edited virtualhosts.ini to:
`IP Address Hostname Language
Root Default
* www.abc.com *
abc index.asp
10.0.0.25 * *
abc index.asp
* 10.0.0.25 *
abc index.asp
and added a carraige return after the last row. I'm just trying the abc
domain at first
The problem is that now when I enter www.abc.com I get a page not found
error, but entering 10.0.0.25/abc/ still works.
TIA,
Mike Vogt
PS: Isn't the developer key supposed to allow active4D to work for 8 hours?
Mine just works for an hour.