Hello to all,
I flynax 4.5.0
how you configure the .htaccess file
I can not find the string to put the code that is written in the guide?

this code can not find it



Install the plugin
Replace the string in the .htaccess file:
RewriteCond% {REQUEST_URI}! (\. Html) $ [NC]
with
RewriteCond% {REQUEST_URI}! (\. Html | \ .xml | \ .txt) $ [NC]
Add a new rule to the bottom of the .htaccess file:
#google And Yahoo sitemap
Sitemap RewriteRule ^ ([0-9] *) ?. xml $ /plugins/sitemap/sitemap.php?search=google&number=$1 [QSA, L]
RewriteRule ^ yahoo-sitemap.txt $ /plugins/sitemap/sitemap.php?search=yahoo [QSA, L]
RewriteRule ^ $ urllist.txt /plugins/sitemap/sitemap.php?search=urllist [QSA, L]



thank you all