RewriteEngine on

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

RewriteRule .*\.()$ - [F,NC]

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://beta.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://beta.fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^http://fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.beta.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.beta.fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^https://beta.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://beta.fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^https://fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.beta.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.beta.fis-professional.ba$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.fis-professional.ba/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.fis-professional.ba$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

