
RewriteEngine on

RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^easyproxyvpn\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.easyproxyvpn\.com$
RewriteRule ^privacy$ "https\:\/\/easyproxyvpn\.com\/privacy\-policy\.html" [R=301,L]
RewriteCond %{HTTP_HOST} ^easyproxyvpn\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.easyproxyvpn\.com$
RewriteRule ^terms$ "https\:\/\/easyproxyvpn\.com\/terms\-of\-use\.html" [R=301,L]

# 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
