Renaming .htaccess brings up Internal Server Error when I reload the blog page.
AddHandler application/x-httpd-php54 .php .php5 .php4 .php3
RewriteEngine off
RewriteCond %{HTTP_REFERER} !^https://hearthmoon.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoon.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonblog.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonblog.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoon.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoon.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonblog.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonblog.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.yellowbirchschool.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.yellowbirchschool.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wwwhearth.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.wwwhearth.hearthmoonrising.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://wwwhearth.hearthmoonrising.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://wwwhearth.hearthmoonrising.com$ [NC]
#RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# END WordPress