Where to put .htaccess file?

后端 未结 2 504
失恋的感觉
失恋的感觉 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
    

提交回复
热议问题