ErrorDocument 404 https://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 

 
RewriteCond %{HTTP_HOST} ^ger.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/ger%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^es.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/es%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^pt.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/pt%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^jp.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/jp%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^kr.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/kr%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^ae.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/ae%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^it.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20/it%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^en.192.168.2.20 [NC]
RewriteRule .? http://www.192.168.2.20%{REQUEST_URI} [R=301,L] 

RewriteCond %{HTTP_HOST} ^([a-z.]+)?2.20$ [NC] 
RewriteCond %{HTTP_HOST} !^www. [NC] 
RewriteRule .? https://www.192.168.2.20%{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]

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