install/.htaccess
author Dan
Mon, 05 May 2008 20:37:33 -0400
changeset 546 506e8e3e2af2
parent 510 290fa071842a
permissions -rw-r--r--
Switched Oxygen to use CSS sprites for faster loading (CSS changes were in a past commit, only adding image files here)

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