web/.htaccess.tmpl
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Wed, 30 Oct 2013 16:24:47 +0100
changeset 976 d3c6e4ae0d50
parent 430 f79d9ab88b36
permissions -rw-r--r--
add iri logo

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]