
RewriteEngine on

# php -- BEGIN cPanel-generated handler, do not edit
# “ea-php56” paketini varsayılan “PHP” programlama dili olarak ayarlayın.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
RewriteCond %{HTTP_HOST} ^bosphorist\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bosphorist\.com$
RewriteRule ^terms$ "https\:\/\/bosphorist\.com\/terms\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^bosphorist\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bosphorist\.com$
RewriteRule ^privacy$ "https\:\/\/bosphorist\.com\/privacy\.html" [R=301,L]

