Modify ↓
Ticket #9457 (closed bug: invalid)
Jquery ajax gives 'No transport' when used from rewritten urls in .htaccess
| Reported by: | alex_syscoset@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | ajax | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
