install/.htaccess
author Dan
Sat, 29 Nov 2008 00:19:39 -0500
changeset 755 9b4cd3ef42f3
parent 510 290fa071842a
permissions -rw-r--r--
Fixed sliders not working right with non-Oxygen themes

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