If it helps, this is what my the settings part of my local .htaccess file looks like:
Code:
##### 404 Error Begin #####
## If Hotaru is installed in a subfolder, change the below line to ErrorDocument 404 /name-of-subfolder/404error.php
ErrorDocument 404 /404error.php
##### 404 Error End #####
##### Re-directing Begin #####
Options +Indexes +FollowSymlinks
RewriteEngine on
## If Hotaru is installed in a subfolder, change the below line to RewriteBase /name-of-subfolder
RewriteBase /hotaru/branches/0.7
## If installed in a subfolder you may need to add ## to the beginning of the next line
## RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
## Remove these two lines if you have a sub-domain like http://bookmarking.myhotarusite.com or http://localhost
## Keep if your site url looks like http://www.myhotarusite.com
## RewriteCond %{HTTP_HOST} !^www\.
## RewriteRule ^\/?(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
##### Re-directing End #####
Bookmarks