这是我的问题:
demo
的文件夹
demo
文件夹中的php文件(例如http://example.com/demo/test.php
)以及文本文件.xlsx files inside the
demo`文件夹时,404页面显示我不确定问题是.htaccess
,但问题是:
# 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>
# END WordPress
答案 0 :(得分:0)
我相信将文件置于wp-content中以便轻松访问它们的最佳安全方式