web/.htaccess.tmpl
author Raphael Velt <raph.velt@gmail.com>
Fri, 22 Mar 2013 10:51:00 +0100
changeset 812 3076da4786cd
parent 430 f79d9ab88b36
permissions -rw-r--r--
Added tag V02.18 for changeset 8813796a4bf8

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]