
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /public_html/
RewriteRule ^index\.html$ - [L]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.rajatruckingllc.com/$1 [R,L]
</IfModule>

# END WordPress