Aparajita, I've removed the trailing slash, and that didn't fix the issue. The debug log shows the same virtual entries either way, and I've listed a few of the log entries below. All the paths indicated in the debug log look like they should, but I may have missed something. Is there something specific I should look for?
<debug log excerpt> <snip> Feb 23 10:57:01 Active4D: [info] config: reading C:\Willsub_Projects\Willsub_v11\Active4D\Active4D.ini Feb 23 10:57:01 Active4D: [debug] config: root = /C/Willsub_Projects/Willsub_v11/web/ <snip> Feb 23 10:57:01 Active4D: [debug] config: session cookie path = / (default) Feb 23 10:57:01 Active4D: [info] realms: reading C:\Willsub_Projects\Willsub_v11\Active4D\Realms.ini Feb 23 10:57:01 Active4D: [info] virtual hosts: reading C:\Willsub_Projects\Willsub_v11\Active4D\VirtualHosts.ini Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "www.willsub.com"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = "live"; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "dev.willsub.com"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = "dev"; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "v11.willsub.com"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = "v11"; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = 10.0.0.24; host = ""; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "10.0.0.24"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = 10.0.0.25; host = ""; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "10.0.0.25"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = 10.0.0.21; host = ""; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "10.0.0.21"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = 10.0.0.27; host = ""; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" Feb 23 10:57:01 Active4D: [debug] virtual host: ip = *; host = "10.0.0.27"; language = ""; root = /C/Willsub_Projects/Willsub_v11/web/willsub/; virtual host = ""; default = "index.asp" </debug log excerpt> Thanks, Mike Vogt ------------------------------------------------------------------ Two things: 1. Logging in v5 is actually useful. Turn debug logging on (see the docs), this will tell you exactly what Active4D thinks it finds in the config files. 2. I would try without the trailing slash, that may fix the problem. I'm using regular expressions to parse the config file and I don't think I expected a trailing slash. Kind regards, ------------------------------------------------------------------ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
