Hello all,
Please forgive me if this is a simple question - I'm new. I'm using Javascript to create an XmlHttpRequest object to allow client pages to call PHP scripts on a server. IPs in the form www.myserver.com and http://11.111.111.11 work as expected but an alias in the form alias.myserver.com causes an http request made to the server to be denied with the error message "permission denied". I've tried passing the alias in the URL of the http request call, modifying the chmod values for the files and directories involved with no success. The alias appears to be correct in that I see the page I expect to see - http requests just won't work. Does anyone have any suggestions? Thanks!