> * www.4d-seminare.com * <DB>/webSeminare default.shtml > * www.4d-workshop.com * <DB>/webSeminare default.shtml > * www.4d-consulting.com * <DB>/web default.shtml > > there is an error: > > Sep 27 00:06:01 Active4D: [warn] virtual host: invalid root: <DB>/webSeminare > Sep 27 00:06:01 Active4D: [warn] virtual host: invalid root: <DB>/web
<db> is not a valid path token. Try <default> or <web>. It's documented at the top of the VirtualHosts.ini file. > In the A4D log I get: > > Sep 26 23:55:34 Active4D: [warn] virtual host: invalid root: webSeminare > Sep 26 23:55:34 Active4D: [warn] virtual host: invalid root: web Are you running Active4D on server or client? Also, look in the log file, you will see a line like this: Sep 24 16:49:51 Active4D: [info] interpreter: default directory: /path/to/my/database That is what <default> in VirtualHosts.ini will point to, or what a relative path will be relative to. 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/
