SetEnvIfNoCase User-agent (yandex|baidu|foobar) not-allowed=1
Order Allow,Deny
Allow from ALL
Deny from env=not-allowed
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Options +FollowSymLinks -MultiViews -Indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|public|images|robots.txt|css)
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://www.sitem.com/$1 [R,L]
</IfModule>.htaccess dosyam bu dediğim gibi httpsdocs dosyasına yönlendiği için httpsdocs un içide boş olmasından dolayı siteyi https e geçiremedim tüm dosyaları taşımak çok zaman alacak gibi en son yol onu yapacağım daha kısa bir yolu olan varsa bilgilendirse çok mutlu olurum.