install/.htaccess
author Dan
Mon, 21 Jan 2008 15:37:28 -0500
changeset 362 02d315d1cc58
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Started localization on User CP. Localized pagination, password strength, and various other small widgets. Fixed bug in path manager causing return of fullpage from get_page_id_from_url() even when namespace is Special.

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1