Hi Guys.
The installation instructions for the Google & Yahoo Sitemap plugin says:

Replace the string in .htaccess file:
RewriteCond %{REQUEST_URI} !(\.html)$ [NC]
with
RewriteCond %{REQUEST_URI} !(\.html|\.xml|\.txt)$ [NC]


I'm on the latest version of Flynax and the line RewriteCond %{REQUEST_URI} !(\.html)$ [NC] does not exist in my .htaccess file.

Instead, I have the following line:
RewriteCond %{REQUEST_URI} !(\.[a-z]+|[\/])$ [NC]


So what do I need to do to correctly install the plugin?

Thank you,
Ron