install/.htaccess
author Neal Gompa <neal@enanocms.org>
Fri, 02 Apr 2010 14:43:37 -0500
changeset 1236 f76cf260e9fa
parent 510 290fa071842a
permissions -rw-r--r--
Fixed various legal marks in the strings of the English language pack

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