Fixed some bugs with $paths->getParam() and $paths->get_pageid_from_url() when slashes are in the namespace prefix. Result of testing on Windows Vista + Apache 2.2. Using TortoiseHG
+ − # Used for testing mod_rewrite.
+ −
+ − RewriteEngine on
+ −
+ − RewriteCond %{REQUEST_FILENAME} !-f
+ − RewriteCond %{REQUEST_FILENAME} !-d
+ − RewriteRule (.*) install.php?do=modrewrite_test&str=$1
+ −