web/.htaccess.tmpl
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 15 Dec 2011 22:41:46 +0100
changeset 417 0bad43271c65
parent 268 d46e8e769513
child 430 f79d9ab88b36
permissions -rw-r--r--
correction bug __DIR__

php_value include_path ".:/Users/cybunk/WORK/IRI/REPO_TWEET_LIVE/web/lib/"

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.+)/([\w-]+)\.php$ ~ymh/tweet_live/$2.php?rep=$1 [QSA,L]