install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Fri, 24 Sep 2010 21:50:25 -0400
changeset 1305 ba8a648baebc
parent 510 290fa071842a
permissions -rw-r--r--
Fixed check for iPhone OS 3 - it now returns true on 3.0 or any later version including 4.x

# Used for testing mod_rewrite.
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1
</IfModule>