The current error from the Logs:
[Mon Dec 28 13:36:44 2015] [alert] [client 192.168.223.112] /var/www/comdocs/http://www.ongwediva.com.na/docs/.htaccess: Invalid command '\xef\xbb\xbf#', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.ongwediva.com.na/
[Mon Dec 28 13:36:45 2015] [alert] [client 192.168.223.112] /var/www/comdocs/www.ongwediva.com.na/docs/.htaccess: Invalid command '\xef\xbb\xbf#', perhaps misspelled or defined by a module not included in the server configuration
[Mon Dec 28 13:36:45 2015] [alert] [client 192.168.223.112] /var/www/comdocs/http://www.ongwediva.com.na/docs/.htaccess: Invalid command '\xef\xbb\xbf#', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.ongwediva.com.na/
[Mon Dec 28 13:36:46 2015] [alert] [client 192.168.223.112] /var/www/comdocs/http://www.ongwediva.com.na/docs/.htaccess: Invalid command '\xef\xbb\xbf#', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.ongwediva.com.na/
- I do not have such a command in my .htaccess file, mine looks like this.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value memory_limit 128M