i am not able to fetch xml or any kind of text pulled up with the help of ajax in a search suggestion. I have done url rewrite with mod rewrite.
when i remove the url rwrite the code works fine. what may be a problem.
RewriteRule ^f/fetchname/(.)/(.)$ http://www.domain.com/fetchname.php?fetchkey=$1&cityidval=$2 [NC]