1) 我的 wp-content 使用包含以下代码的 .htaccess 文件进行了强化:
<Files *.php>
deny from all
</Files>
2)我想要(需要)授权xml-sitemap-xsl.php
否则我在我的错误日志中得到这个错误:client denied by server configuration: /home/user/mysite.net/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php, referer: http://mysite.net/sitemap_index.xml
3)我想我应该添加以下代码,但我不确定它是否是正确的代码,也不确定它的放置位置:
<Files "xml-sitemap-xsl.php">
Allow from all
</Files>
我要避免的是拒绝和允许命令之间的冲突。
谢谢,
P。