web/.htaccess.tmpl
author Raphael Velt <raph.velt@gmail.com>
Tue, 17 Apr 2012 14:56:03 +0200
changeset 588 3bc8d732314e
parent 430 f79d9ab88b36
permissions -rw-r--r--
Added tag V01.68 for changeset 096e954e3010

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]