ErrorDocument 404 http://www.fizatech.net/index.html 

<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|css|js|mp4|woff|eot|otf|fon|font|ttf|ttc|woff2)$">
Header set Cache-Control "max-age=864000"
</FilesMatch>

Options +FollowSymlinks

Options -Indexes

RewriteEngine on 
RewriteRule ^ls_admin\backupdb - [F,L]

RewriteCond %{HTTP_HOST} ^([a-z.]+)?fizatech.net$ [NC] 
RewriteCond %{HTTP_HOST} !^www. [NC] 
RewriteRule .? https://www.fizatech.net%{REQUEST_URI} [R=301,L] 

RewriteRule ^search.html$ search.php 
RewriteRule ^search_([0-9]+)_([0-9]+)_(.*).html$ search.php?page=$1&page2=$2&keywords=$3 [QSA,L] 
RewriteRule ^search_(.*).html$ search.php?keywords=$1


#RewriteCond %{SERVER_PORT} !^443$
#RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]