From a2e5c95644f01884e325cb862ac0965a6ca48cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R=C3=B8mcke?= Date: Mon, 1 Nov 2010 13:40:42 +0100 Subject: [PATCH] Fix rewrite rule for index_ajax.php to work on GET requests --- doc/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL b/doc/INSTALL index f0b7620c..29bba0a0 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -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