Does anyone know what the following .htaccess set up would translate to in the URL toolkit?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L,QSA]
Hiawatha version: 8.8
Operating System: Mac Os X 10.8.1