System settings: Error 404

Why don’t you just delete the .htaccess file? It’s not necessary to run InvoicePlane. All your problems will be fixed.

PS: Please keep a decent language.

# Remove index.php
RewriteEngine on
# Redirect /setup http://www.my-website.it/
RewriteBase /my-subfolder-invoiceplane
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

Change your htaccess to this, maybe it will work then :slight_smile:

  • Justin