Please forgive me. I can't seem to get my brain working properly today. I've been trying to workout the conversion of these .htaccess rules for the phpMyAdmin replacement, Chive, chive-project.com.
<IfModule mod_rewrite.c>
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php?__chive_rewrite_on=1&%{QUERY_STRING}
RewriteRule ^$ index.php?__chive_rewrite_on=1&%{QUERY_STRING}
</IfModule>
URLToolkit {
ToolkitID = Chive
Match . Rewrite index.php?__chive_rewrite_on=1&%$1
Match ^$ Rewrite index.php?__chive_rewrite_on=1&%$1
}
Could you please help me with this. This doesn't seem to be working.
Hiawatha version: 8.6
Operating System: Ubuntu 12.04 LTS