[thelist] ajax broken with url rewriting

Anthony Baratta anthony at baratta.com
Tue Oct 31 00:58:42 CST 2006


Print out the response, see what you are getting back that can not be 
evaluated.

alert(ajax.response);


Michele Foster wrote:
> Hi all,
> 
> I have some ajax, that selects the region and then displays the appropriate
> counties. I started with this,
> http://www.dhtmlgoodies.com/index.html?whichScript=ajax_chained_select
> 
> Since I added some rewrite rules to my .htaccess file, the ajax no longer
> works.  Here is a sample of the rules I added.
> 
> RewriteRule ^owners/profiles/([0-9]+)/([0-9]+)/([0-9]+)/$
> owners/profiles.asp?MemberID=$1&VehicleID=$2&RC=$3
> 
> 
> This is the line that is reporting the error.
> 
> eval(ajax.response);
> 
> 
> I'm clueless how to fix.
> 
> 
> Thanks,
> Mich
> 





More information about the thelist mailing list