Unable to hide htaccess file

前端 未结 1 1466
一个人的身影
一个人的身影 2021-01-24 11:09

I\'m having a difficult time hiding my .htaccess file -- I double-checked to ensure the following was present in httpd.conf:


Order al         


        
相关标签:
1条回答
  • 2021-01-24 11:25

    Have you taken a look at How <Directory>, <Location> and <Files> sections work? It seems that there might be another directive (probably Location) evaluated later, which overrides your Files directive. It's hard to diagnose more without further details of your Apache configuration.

    0 讨论(0)
提交回复
热议问题