Apache Can';htaccess.htaccess文件

Apache Can';htaccess.htaccess文件,apache,.htaccess,crm,httpd.conf,rhel,Apache,.htaccess,Crm,Httpd.conf,Rhel,我已经在RHEL 7.x服务器上安装了一个应用程序。在我通过公共浏览器访问的安装向导期间,应用程序将测试安装的一些组件。在此“系统检查”期间,我收到错误消息test on.htaccess file failed 在httpd.conf中有权限集: <Directory "/var/www/html/> # # Possible values for the Options directive are "None", "All", # or any combi

我已经在RHEL 7.x服务器上安装了一个应用程序。在我通过公共浏览器访问的安装向导期间,应用程序将测试安装的一些组件。在此“系统检查”期间,我收到错误消息test on.htaccess file failed

在httpd.conf中有权限集:

<Directory "/var/www/html/>
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

我看不出我们如何帮助理解文件在您的系统上消失的原因。特别是因为您是以一般方式(“安装向导”)编写问题的,所以没有指定您正在使用的实际逻辑。很抱歉造成混淆。实际上,这是因为在我的web服务器上检查.htaccess文件会导致错误。这是因为.htaccess文件消失了。我在服务器->.htaccess文件上新安装了应用程序。如果我现在重新启动apache服务,它将消失。当然,我理解这一点。因此,很明显,安装中的某些内容会删除或移动(隐藏)该文件。但我们应该怎么说是什么原因造成的呢?