RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_USER_AGENT} FatBot
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteCond %{HTTP_USER_AGENT} Baiduspider
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteCond %{HTTP_USER_AGENT} Baidu
RewriteRule ^.*$ http://127.0.0.1 [R,L] 

RewriteCond %{HTTP_USER_AGENT} Baiduspider/2.0
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteRule ^jumboletters http://nikkisballoons.com/index.php?main_page=index&cPath=100_439

ErrorDocument 404 /index.html

Redirect 301 /https://nikkisballoons.com https://nikkisballoons.com/

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
