web/.htaccess.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 26 Jul 2011 16:57:04 +0200
changeset 234 23a375bc42fb
parent 122 4c3a15877f80
child 268 d46e8e769513
permissions -rw-r--r--
correct the tmpls

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

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