A note on my experience with .htaccess:
For the following site:
http://estatelawyerstpetersburg.comI had not yet added the domain to my server, so I started building the site with snews on a different domain (but on the same server/computer that I would eventually add the target domain, so that they would both have access to the mysql database), and in a subfolder.
So, basically i was just building a test site in a subfolder on a different domain but on the same server. The htaccess files were not touched and uploaded (by files I mean the .htaccess and the htaccess.txt) - (and I did not remove the #)
After uploading, I believe I did notice that the .htaccess was gone after awhile and I was left only with the .txt.
This being said.. I started building the site and everything worked fine, leaving the htaccess file as default and untouched (as I said I think it disappeared too)
OK-- then about half way thru building the site, I added the target domain to the server.
At that point I had been making any changes to index.php etc directly on the server, so I went ahead and just downloaded all the files on the server to local.. edit snews.php to reflect the new path, and then uploaded those files to the root of my newly added domain (remember same server though).. so now there is no subfolder, all the files/css folders are in root. (since my .htaccess had disappeared on the test domain, the only htaccess that was upload to the new domain folder was the .txt htaccess)
OK-- so I log into the site on the new domain (but same server).. and great.. I see index.php just fine!.. But when I go to click on an article -- the page does not exist! (I don't even get the snews 404, but the system 404)--
So now I'm thinking... this is strange.. what the hell is going on.. it's using the same database, why can't I see the articles? And even stranger indeed is that the articles are showing up on index.php on the sidebar thru the menu-articles function, but when I click on one, no go. Snews MUST be able to see the database if it can show me the menu_articles function output right? Anyway these were my thoughts..
(At this point I wasn't even thinking about htaccess BTW

So then I remember htaccess and I go ahead and edit the htaccess.txt - I just removed the # - and changed that line from /snews1.6 to just "/"- I save it as .htaccess, and upload it, and:
whallah! I can see the articles now and everything is working just fine on the new domain (but same server)
I then notice about a 1/2 hr later that the .htaccess disappeared, and I wonder why it's all still working even so, but don't worry about it too much, because it's.... well.. working.
In the snews readme it says that you only need to use the .htaccess if you have the installation in a subfolder, but it was the opposite with my experience, as it worked fine on the test domain in a subfolder with an untouched htaccess, and wouldn't work on the final/target domain in the root directory without modifying the htaccess as stated above--
Anyway, I'm still a little confused by it all-- but it's still working even though maybe the server's not even using my htaccess file now that it's actually gone?
Just figured I'd share my experience just in case it might be helpful to others-- I apologize if it was a little wordy-- but that's just the way I roll..

Cheers