# BEGIN HTTPS Redirection
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{HTTPS} off
# RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
# RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# </IfModule>
# END HTTPS Redirection
# BEGIN www Redirection
# Options +FollowSymLinks
# RewriteCond %{HTTP_HOST} ^aratotomasyon\.com [NC]
# RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
# RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
# RewriteRule ^(.*)$ https://www.aratotomasyon.com/$1 [L,R=301]
# END www Redirection
# Options +FollowSymLinks
# RewriteCond %{HTTP_HOST} ^samsungiyim\.net [NC]
# RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
# RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
# RewriteRule ^(.*)$ https://www.aratotomasyon.com/$1 [L,R=301]
# END www Redirection
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_URI} !^public
    RewriteRule ^(.*)/$ public/$1 [L]
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
