Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 root 中安装了 wordpress。在一个子目录中,我有一组 PHP 脚本(一个简单的登录系统)
相同的脚本集合可以在我的另一台服务器(根目录中没有 wordpress)上完美运行。但是,它们不适用于此服务器。请帮忙!
尝试在您的子文件夹中创建一个.htaccess文件并将其放入:
.htaccess
RewriteEngine Off
如果您使用的是 Wordpress,请务必保护自己免受黑客攻击,保护您的网站和主机免受黑客攻击的一个步骤是永远不要在根目录中安装 wordpress,尝试为它创建一个子文件夹