web/.htaccess.old
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 01 Feb 2010 17:28:37 +0000
branchwordpress
changeset 126 9b7d841b551a
parent 124 5cb854c0ff5a
permissions -rw-r--r--
(none)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
124
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     1
<IfModule mod_rewrite.c>
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     2
RewriteEngine On
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     3
RewriteBase /iritest/
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     4
RewriteCond %{REQUEST_FILENAME} !-f
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     5
RewriteCond %{REQUEST_FILENAME} !-d
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     6
RewriteRule . /iritest/index.php [L]
5cb854c0ff5a clean other things
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     7
</IfModule>