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 放在要强制 www 子域进入的目录中。 .htaccess 文件仅在它们位于您所服务的文件所在目录或其任何父目录中的目录中时才会被评估,所以任何其他目录都不会受到影响。
但是,您一开始可能不应该这样做。强制使用“www”子域已经很烦人了——没有那个域看起来更性感;)——但只对某些目录这样做真的会让人们感到困惑。