install/.htaccess
author Dan
Wed, 26 Aug 2009 13:04:26 -0400
changeset 1104 299d7e6e328b
parent 510 290fa071842a
permissions -rw-r--r--
Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff

# 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>