
RewriteEngine on
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.stampdays.com
AuthUserFile /home/djscoll/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/djscoll/public_html/_vti_pvt/service.grp

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 88.231.197.237
deny from 88.232.22.45
deny from 85.98.56.86



RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ https://www.stampdays.com/$1    [R=301,L]





RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://stampdays.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://stampdays.com$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.stampdays.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^https://www.stampdays.com$      [NC]

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


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