web/.htaccess.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 07 Jan 2012 16:15:16 +0100
changeset 468 e7f9898e6f99
parent 430 f79d9ab88b36
permissions -rw-r--r--
Added tag V01.20 for changeset e2324dd2f7c9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
234
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     1
php_value include_path ".:/Users/cybunk/WORK/IRI/REPO_TWEET_LIVE/web/lib/"
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     2
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     3
RewriteEngine on
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     4
RewriteBase /
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     5
RewriteCond %{REQUEST_FILENAME} !-f 
268
d46e8e769513 Rencontre du web de donnees - patrimoine
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 234
diff changeset
     6
RewriteCond %{REQUEST_FILENAME} !-d
430
f79d9ab88b36 correct config for enmi2011
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 268
diff changeset
     7
RewriteCond %{REQUEST_URI} !^/demo
234
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     8
RewriteRule (.+)/([\w-]+)\.php$ ~ymh/tweet_live/$2.php?rep=$1 [QSA,L]
23a375bc42fb correct the tmpls
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 122
diff changeset
     9