diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-08-02 10:13:55 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-08-02 10:13:55 +0000 |
commit | f4792ba1a7785220fef5adb1cb3e7ce8ac40152f (patch) | |
tree | 2bd98d59f1c10bf4264f747973ba7a3a643cad8d /poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess | |
parent | 104ff522c43fabc7c284fc38a46d17c16fe114d1 (diff) | |
download | 2012-php-weave-f4792ba1a7785220fef5adb1cb3e7ce8ac40152f.tar.gz 2012-php-weave-f4792ba1a7785220fef5adb1cb3e7ce8ac40152f.tar.bz2 2012-php-weave-f4792ba1a7785220fef5adb1cb3e7ce8ac40152f.zip |
Creation d'un projet cake (exemple Blog du book) pour développer le CakePHPWeaver
git-svn-id: file:///var/svn/2012-php-weave/trunk@6 d972a294-176a-4cf9-8ea1-fcd5b0c30f5c
Diffstat (limited to 'poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess')
-rw-r--r-- | poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess b/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess new file mode 100644 index 0000000..f9d8b93 --- /dev/null +++ b/poc/poc02-compiling-cake/src/workdir/in/app/webroot/.htaccess @@ -0,0 +1,6 @@ +<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 |