web/.htaccess.tmpl
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 30 Dec 2019 23:15:44 +0100
changeset 1526 e4662bc99fec
parent 430 f79d9ab88b36
permissions -rw-r--r--
Archive enmi19

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]