You can simply add the following code at the top of your htaccess file
Options -MultiViews
And try if workied fine with it’s OK if not try to add the RewriteBase / after RewriteEngine on to be like this
Options -MultiViews .. .. .. .. ## RewriteEngine ## RewriteEngine on RewriteBase /
That’s it
Happy Sngine 🙂