web/.htaccess.old
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 01 Feb 2010 09:53:45 +0000
branchwordpress
changeset 124 5cb854c0ff5a
permissions -rw-r--r--
clean other things

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /iritest/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /iritest/index.php [L]
</IfModule>