Skip to content

Commit

Permalink
Fix rewrite rule for index_ajax.php to work on GET requests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Nov 1, 2010
1 parent 6b20411 commit a2e5c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL
Expand Up @@ -81,11 +81,11 @@ Installation
2. Add the following rewrite rule:

* .htaccess
RewriteRule ezjscore/call/? index_ajax.php
RewriteRule ezjscore/call.* index_ajax.php
RewriteRule ^index_ajax\.php - [L]

* Virtual Host mode
RewriteRule ezjscore/call/ /index_ajax.php [L]
RewriteRule ezjscore/call.* /index_ajax.php [L]


Using eZ JSCore Server functions from javascript
Expand Down

0 comments on commit a2e5c95

Please sign in to comment.