web/.htaccess.tmpl
author ymh <ymh.work@gmail.com>
Thu, 02 Dec 2021 13:52:17 +0100
changeset 1555 942d10136be5
parent 430 f79d9ab88b36
permissions -rw-r--r--
publish enmi2021 archive

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]