Sorry should explain more. The problem is that the call to "clients.ays.co.uk" does not route to the sub folder but instead just executes at the root folder with the default index page. Where as "webbooker.ays.co.uk" correctly executes as you can imagine.
That explains it. Look closer at the comments in the file:
`The Root should be a URL-style path. If it is relative (not beginning with '/')
`it is relative to the default directory, which is the database directory under
`Standalone/Server, or the application directory under Client. The Default file
`should be a simple file name.
`IP Address Hostname Language Root Default * clients.ays.co.uk * /AYSClientAccess *
I'm going to guess that AYSClientAccess is relative to the database directory, not the root of your entire filesystem, in which case you need to remove the leading slash.
Regards,
- Aparajita
_______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
