Here, the AllowOverride tag dictates that users aren't allowed to override any options (more on this later).
此处,AllowOverride标记指出,用户不允许重写任何选项(稍后将进一步介绍)。
Listing 4 shows the previous configuration with AllowOverride Limit configured, which allows users to require usernames and passwords to access a Web page.
清单4显示了前面的配置了AllowOverride Limit的配置信息,它允许用户获取访问web页面的用户名和密码。
Htaccess is a file containing additional configuration directives that the Web server looks for if the directory with the request has been configured with AllowOverride from within httpd.conf.
htaccess是一个包含附加配置指令的文件,如果在httpd . conf中通过AllowOverride配置了请求的目录,那么Web服务器将搜索这个文件。
Htaccess is a file containing additional configuration directives that the Web server looks for if the directory with the request has been configured with AllowOverride from within httpd.conf.
htaccess是一个包含附加配置指令的文件,如果在httpd . conf中通过AllowOverride配置了请求的目录,那么Web服务器将搜索这个文件。
应用推荐