Problemi installazione localhost

Salve, ho appena scoperto questo software. Non riesco ad effettuare l’installazione. Continuo ad ottenere l’errore 404 The page you requested was not found.

Ho seguito la procedura indicata ed ho modificato il file .htaccess indicando la cartella di installazione.
Utilizzo Xampp. Ho la cartella htdocs su hdd esterno ed esattamente in questo percorso G:\LOCALHOST\htdocs\002_TESTER\invoiceplane ed ho creato il seguente .htaccess

Remove index.php

RewriteEngine on
RewriteBase /002_TESTER/invoiceplane
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
Che cosa sbaglio? Grazie per il supporto.

did you try to change this in:
RewriteBase /002_TESTER/invoiceplane/

i know i’m late…