From 738943804f2e4005e1948ed19e0d02e4cd1df431 Mon Sep 17 00:00:00 2001 From: Julien Sere Date: Sat, 22 Jan 2011 13:53:33 +0000 Subject: On est bloqué à cause du long-polling... Pas de syncrho en php sous Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-usi/trunk@9 db941bf7-0cb3-4dda-9634-87faf64f93a7 --- app/v1_php/api/question/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/v1_php/api/question/.htaccess (limited to 'app/v1_php/api/question/.htaccess') diff --git a/app/v1_php/api/question/.htaccess b/app/v1_php/api/question/.htaccess new file mode 100644 index 0000000..caad873 --- /dev/null +++ b/app/v1_php/api/question/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ^([0-9]*)$ index.php?n=$1 + -- cgit v1.2.3