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