web/.htaccess.tmpl
author ymh <ymh.work@gmail.com>
Fri, 21 Dec 2018 12:02:55 +0100
changeset 1490 136eb9e1a208
parent 234 23a375bc42fb
child 268 d46e8e769513
permissions -rw-r--r--
Close branch

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]