Zka The error in your app's error log (under ~/logs/apps/name_of_app
) is:
Invalid command '\xef\xbb\xbf', perhaps misspelled or defined by a module
not included in the server configuration
\xef\xbb\xbf
is a Unicode byte order mark so it seems your empty htaccess file isn't entirely empty. Perhaps your text editor added it?
If you're not able to remove the invisible character with your text editor then you might be able to do so by running the following command in a SSH session from within your app directory:
dos2unix -r .htaccess