www. kullanmadan adrese girememenizde sebep https kullanmanız, https kullanmadan sadece http://siteniz.com/ve-s-ves- diye girince çalışıyor. yine de siz .htaccess dosyanızın en üstüne bu kodları ekleyin ve sonucu yazın

RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* https://www. %{HTTP_HOST}%{REQUEST_URI} [L,R=301]