install/.htaccess
author Dan
Mon, 29 Sep 2008 08:25:59 -0400
changeset 713 6865705ec8a6
parent 510 290fa071842a
permissions -rw-r--r--
Marked Text_Wiki's parse_internal_links() as deprecated.

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