bu htacces dosyası dogrumudur veya hatalımıdır
<IfModule mod_rewrite.c>
RewriteEngine On
# Force SSL
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{HTTPS_HOST} ^(?!
www.)(.+) [NC]
RewriteRule ^(.*) https://www.%{HTTPS_HOST}%{REQUEST_URI} [R=301,NE,L]
# RewriteRule ^ https:/www/%{HTTPS_HOST}%{REQUEST_URI} [L,R=301]
# Remove public folder form URL
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Options -Indexes