[Solved] Problems installing localhost

Hi, I just found this software. I can not perform the installation. I keep getting error 404 The page you requested was not found.
I followed the procedure and I have modified the .htaccess file pointing to the installation folder.
Using Xampp. I htdocs folder on the external hdd and exactly in this path
G:\LOCALHOST\htdocs\002_TESTER\invoiceplane
and I created the following .htaccess

#Remove index.php
RewriteEngine on
RewriteBase /002_TESTER/invoiceplane
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

What am I wrong? Thanks for the support.

Are you sure that mod-rewrite is enabled?
The .htaccess file looks good.

Hi Kovah , thanks for your reply.
It seems resolved. Strangely I turned off the computer when I rebooted everything started to work even if it was necessary to call the page setup.