Issue with setup on localhost

I am able to see the setup page at:
http://www.flexima.be/invoiceninja/public/setup
But when testing connection I can see in developer toolbar that setup page can not be found.
This is my htaccess file in public folder:
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Enable this to enforce https access

RewriteCond %{SERVER_PORT} 80

RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]

</IfModule>

WHen hitting the submit in the bottom of the page I aonly see a white page.

Thanx for the help.

Can you check your web server errors logs as well as storage/logs/laravel.log for details about the error.

The log stays empty

Have you checked both log files? Often times a white screen means the Laravel log will be empty but the web server error log can have more details.

It’s common for permissions problems to cause this, check that you’ve followed step 2 from our self-host guide: https://www.invoiceninja.com/self-host/

Those are the last 10 lines of the webserver.
I think there is something wrong with my htaccess file, but no idea what

[Thu Dec 17 09:22:12 2015] [error] [client 188.189.6.218] unable to include “/403.shtml” in parsed file /opt/error_pages/403_antagonist.shtml
[Thu Dec 17 09:22:27 2015] [error] [client 188.189.6.218] File does not exist: /home/deb49902/domains/flexima.be/public_html/setup
[Thu Dec 17 09:22:27 2015] [error] [client 188.189.6.218] File does not exist: /home/deb49902/domains/flexima.be/public_html/404.shtml
[Thu Dec 17 09:22:27 2015] [error] [client 188.189.6.218] unable to include “/404.shtml” in parsed file /opt/error_pages/404_antagonist.shtml
[Thu Dec 17 09:40:33 2015] [error] [client 109.64.54.159] File does not exist: /home/deb49902/domains/flexima.be/public_html/setup, referer: http://www.flexima.be/invoiceninja/public/setup
[Thu Dec 17 09:40:33 2015] [error] [client 109.64.54.159] File does not exist: /home/deb49902/domains/flexima.be/public_html/404.shtml, referer: http://www.flexima.be/invoiceninja/public/setup
[Thu Dec 17 09:40:33 2015] [error] [client 109.64.54.159] unable to include “/404.shtml” in parsed file /opt/error_pages/404_antagonist.shtml, referer: http://www.flexima.be/invoiceninja/public/setup
[Thu Dec 17 09:41:39 2015] [error] [client 109.64.54.159] File does not exist: /home/deb49902/domains/flexima.be/public_html/favicon.ico
[Thu Dec 17 09:41:39 2015] [error] [client 109.64.54.159] File does not exist: /home/deb49902/domains/flexima.be/public_html/404.shtml
[Thu Dec 17 09:41:39 2015] [error] [client 109.64.54.159] unable to include “/404.shtml” in parsed file /opt/error_pages/404_antagonist.shtml

You shouldn’t need to make any changes to the .htaccess file.

There is a problem with the ‘Test Credentials’ button which is causing those errors, however I think the problem you’re seeing when you click save is a separate issue.

Any other tip to search for a solutionN?

You could try setting everything to 777 to see if it’s a permissions issue, clearly not the best way to run the app but it could help identity the problem.

If you’re able to use a subdomain (ie, invoices.yoursite.com) it may help.

Nobody can help?
I’ve done all the above but it is still not working.

No error messages, nothing in the log…

Title should be Issue with setup on shared hosting

Found myself. You should copy the content of puplic in the root of you webhosting

Deleted… posted in wrong forum thread. Sorry!