Side navigation
#9457 closed bug (invalid)
Opened May 29, 2011 11:11AM UTC
Closed May 29, 2011 02:15PM UTC
Jquery ajax gives 'No transport' when used from rewritten urls in .htaccess
Reported by: | alex_syscoset@yahoo.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I am trying to use the same jQeury code in the same domain in two different conditions.
1. In a folder where the folowing code is applied in .htaccess:
RewriteRule ^(.*)$ index.php/$1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
Here it does not work, gives "No transport". Other jQeury functions work fine.
2. In a folder excluded from the above rewriting - works perfectly.