Hi guys,
I switched to PHP7 recently. After that immediately all URL paths contain index.php.
before (Backend): http://domain.tld/@user-Webmaster;language=de
after: http://domain.tld/index.php/@user-Webmaster;language=de
before (Frontend): http://domain.tld/de/company.html
after: http://domain.tld/index.php/de/company.html
Switching back to php 5.6 didn’t help.
I guess it has something to do with ‘Neos/Web/.htaccess’.
Does someone know how to remove ‘index.php’ from the URL’s?
Kind regards
TB