install/.htaccess
author Dan
Sun, 26 Apr 2009 08:03:42 -0400
changeset 944 073a42e4177f
parent 510 290fa071842a
permissions -rw-r--r--
Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)

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