Hi Adriano,
thanks for getting in touch, I've tried disabling plugins and reverting to a default theme (the 2014 one to be precise)
also, here's my htaccess for you
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /lewis/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /lewis/index.php [L]
</IfModule>
# END WordPress