Here's an update.
RewriteEngine On
RewriteBase /znew/
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
Now, with this version, it works with JoomSEF, but as described in
this thread, I have to have the index.php (and not index.html) prefix in JoomSEF configuration in order for this to work.
How can I make htaccess to work with NO prefix entered?