web/.htaccess.tmpl
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 Jan 2013 18:55:58 +0100
changeset 777 edbb8df3a091
parent 430 f79d9ab88b36
permissions -rw-r--r--
Added Metadata for edito 1 and 2

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]