web/.htaccess.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 05 Oct 2011 13:39:57 +0200
changeset 290 2ddd11ec2da2
parent 268 d46e8e769513
child 430 f79d9ab88b36
permissions -rw-r--r--
- twitter is https only now - add a way to pass an alternate twitter url

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]