Actually I tried it both ways, and neither worked.

Okay, I'll go over this one more time, then I can't spend any more time on this, sorry. Starting from the stock demo:

Active4D.ini
-------------
root =
default page = index.a4d index.html
fusebox page =


Active4D.a4l (or libs/_active4d.a4l)
-------------------------------------
method "On Request"($inURL)
   return ($inURL)
end method


VirtualHosts.ini
----------------
*               localhost:8080  *       *|local         *
127.0.0.1       *               *       web/test|main   index.html


Entering 127.0.0.1 WILL show web/test/index.html.


 Also, the documentation
included in the current Active4D.ini file states the default is, "root = <default>/web"? I realized that was a change from 4.5, but left it alone
since all my web pages are in my "web" folder anyways.

You are mixing up terminology. In the context of the web root, the "default" directory is the 4D database directory (as documented). In the context of virtual hosts, the "default" refers to the default page that is served if a directory is requested.

Kind regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to