Can some one help me with this? any Ajax calls on my host return permission denied! any clues of why it does that?
set you base url as www.domain.com and then rename htaccess.default to .htaccess so it redirects all your domain to www.domain.com
yes thank you but i think if i omit the whole domain it would always work, right? (i mean in ajax calls only)
but i think if i omit the whole domain it would always work Don't know what you mean by that.
okay i went to xmlhttp and removed the "$my_base_url" from url requests, it works fine because it targets relative paths, but are there any security hazzards? thanx
that bit is there to make sure it uses the right url. specially when you are using a sub-folder. but i can't see any security hazrd. can any one else comment?
Forum Rules