web/.htaccess.tmpl
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 27 Nov 2013 13:03:08 +0100
changeset 1003 366c873e2e29
parent 430 f79d9ab88b36
permissions -rw-r--r--
create edito01 + put eco-attention in archive

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

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