Aparijita,
The folder AYSClientAccess is a sub folder of the main web root directory i.e the path is essentially "<structure directory>/web/AYSClientAccess". Despite this I have tried both with and without the leading "/" and still the same. The root setting of the Active4D.ini file is just left as the default.
I have included below the results of the dumps and as you can see the Host is set correctly to "clients.ays.co.uk" and "webbooker.ays.co.uk" respectively for each call.
I'm really stumped by this as I have it working without a problem elsewhere.
Any other suggestions gratefully received.
Regards, Michael.
Call to "clients.ays.co.uk" results in:
------------------------------------------------------------------------ ------------------------------------------------------------------------ -------------------------------------------------------------
Key Value
*host address "192.168.1.200"
*host port "8080"
*http version "1.1"
*remote address "194.106.49.9"
*request method "GET"
*secure "0"
Accept "*/*"
Accept-Encoding "gzip, deflate;q=1.0, identity;q=0.5, *;q=0"
Accept-Language
"en-gb, ja;q=0.12, ru-ru;q=0.75, ru;q=0.62, zh-cn;q=0.50, zh-tw;q=0.38, zh;q=0.25, en;q=0.88"
Connection "keep-alive"
Cookie
"SITESERVER=ID=51554e6b05633428c3b689214db5adfa; kelkooID=aa1418-f93816512f-1e6f; ACTIVE4D_SESSIONID=25f8a95d66a16cedea21c5b3dd111abb"
Host "clients.ays.co.uk"
Referer "http://clients.ays.co.uk/welcome.html"
User-Agent
"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12"
Call to "webbooker.ays.co.uk" results in:
------------------------------------------------------------------------ ------------------------------------------------------------------------ -------------------------------------------------------------
Request Info
Key Value
*host address "192.168.1.200"
*host port "8080"
*http version "1.1"
*remote address "194.106.49.9"
*request method "GET"
*secure "0"
Accept "*/*"
Accept-Encoding "gzip, deflate;q=1.0, identity;q=0.5, *;q=0"
Accept-Language
"en-gb, ja;q=0.12, ru-ru;q=0.75, ru;q=0.62, zh-cn;q=0.50, zh-tw;q=0.38, zh;q=0.25, en;q=0.88"
Connection "keep-alive"
Cookie
"SITESERVER=ID=51554e6b05633428c3b689214db5adfa; kelkooID=aa1418-f93816512f-1e6f; ACTIVE4D_SESSIONID=9f7d31ed2250f31683df414e3f89fbf0"
Host "webbooker.ays.co.uk"
Referer "http://webbooker.ays.co.uk/welcome.html"
User-Agent
"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12"
------------------------------------------------------------------------ ------------------------------------------------------------------------ ------------------------------
On 11 Feb 2005, at 11:56, Aparajita Fishman wrote:
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/
_______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
