将站点conf配置文件中Require local修改为Require all granted
apache<IfModule mod_rewrite.c> RewriteEngine On #Block spider RewriteCond %{HTTP_USER_AGENT} "Bytespider|Go-http-client|Java|PhantomJS|SemrushBot|Scrapy|Webdu...
apache<IfModule mod_rewrite.c> RewriteEngine On #Block ip RewriteCond %{http:X-Forwarded-For}&%{REMOTE_ADDR}&%{http:X-Real-IP} ^(8.8.4.4|8.8.8.) [NC] ...
apache<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^xxxx1.com$ [NC,OR] RewriteCond %{HTTP_HOST} ^xxxx2.com$ [NC] # RewriteCond %{HTTP_HOST} !^www...