Opened 12 years ago
Closed 12 years ago
#9457 closed bug (invalid)
Jquery ajax gives 'No transport' when used from rewritten urls in .htaccess
Reported by: | 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.
- 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.
- In a folder excluded from the above rewriting - works perfectly.
Change History (2)
comment:1 Changed 12 years ago by
Cc: | jaubourg added |
---|---|
Component: | unfiled → ajax |
Priority: | undecided → low |
comment:2 Changed 12 years ago by
Cc: | jaubourg removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.