From 6dfd5d507d9863f987b30b0a5ab4268aea2ed875 Mon Sep 17 00:00:00 2001
From: Ludovic Pouzenc <ludovic@pouzenc.fr>
Date: Thu, 2 Aug 2012 11:09:40 +0000
Subject: J'étais parti sur un download pourri de Cake. Les gars on abusé sur
 GitHub.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: file:///var/svn/2012-php-weave/trunk@7 d972a294-176a-4cf9-8ea1-fcd5b0c30f5c
---
 poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess

(limited to 'poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess')

diff --git a/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess b/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess
deleted file mode 100644
index f9d8b93..0000000
--- a/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess
+++ /dev/null
@@ -1,6 +0,0 @@
-<IfModule mod_rewrite.c>
-    RewriteEngine On
-    RewriteCond %{REQUEST_FILENAME} !-d
-    RewriteCond %{REQUEST_FILENAME} !-f
-    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
-</IfModule>
\ No newline at end of file
-- 
cgit v1.2.3