Where to put .htaccess file?

后端 未结 2 492
失恋的感觉
失恋的感觉 2020-12-25 11:05

I have some settings which I want to use in .htaccess file. The settings are for some functionality at /admin/tool folder level .. but I want to include some se

相关标签:
2条回答
  • 2020-12-25 11:35

    Place general rules in:

    /.htaccess
    

    Place /admin/ specific rules in:

    /admin/.htaccess
    

    Place /admin/tool/ specific rules in:

    /admin/tool/.htaccess
    
    0 讨论(0)
  • 2020-12-25 11:56

    You can put your .htaccess in the top level directory and have it apply settings to specific subfolders.

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