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。我对几页使用了重写规则。 谁能告诉我.htaccess 的最大大小是多少?正如我所读到的 .htaccess 的大小是否会降低网站性能(即减慢速度)。
2gigs 是最大值,在我看来,我在大约 57,000 行代码后开始看到负载问题,例如,我添加了 360,000 行代码国家/地区块,我的服务器连接在页面上添加了至少 10 到 15 秒的延迟加载与 2 秒登录和页面加载有很大不同。
当请求页面时,网络服务器使用 .htaccess 来控制不同的事情。由于我相信每个页面请求都会解析该文件,因此您可能应该将其内容保持在最低限度。但是,我不知道任何大小限制。