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.
我注意到.htaccess我的网站服务器上有两个文件,一个在根文件夹中,一个在www文件夹中。哪个是活动的,我应该删除哪个?
.htaccess
www
您将 .htaccess 放在要更改其行为的文件夹中。这也会影响所有子文件夹的行为。您可能希望一个或多个子文件夹具有不同的行为,在这种情况下,您为它们提供自己的 .htaccess 文件并覆盖不从父文件夹继承的设置。