In your Ajax requests, are you specifying a complete URL or a relative
URL? All URLs you provide to the Ajax request should be relative.

Like: new Ajax.Request('/your/path');
Instead of: new Ajax.Request('http://www.domain.com/your/path');

-justin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to