Plugin killing websites
-
Hi ! Since 2.1.4.9, you’re writing .htaccess with :
<Files xmlrpc.php> order deny,allow deny from all 122.248.245.244/32 54.217.201.243/32 54.232.116.4/32 192.0.80.0/20 192.0.96.0/20 192.0.112.0/20 195.234.108.0/22 </Files>
Instead of :
<Files xmlrpc.php> Order deny,allow Deny from all Allow from 122.248.245.244/32 Allow from 54.217.201.243/32 Allow from 54.232.116.4/32 Allow from 192.0.80.0/20 Allow from 192.0.96.0/20 Allow from 192.0.112.0/20 Allow from 195.234.108.0/22 </Files>
Hence, breaking websites using the plugin because of .htaccess syntax errors.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin killing websites’ is closed to new replies.