Reset htacces for sub-folders

前端 未结 4 437
野趣味
野趣味 2021-01-04 19:04

I have a htacces file in my root folder with some basic code in it. But I want that all those instructions get ignored in the directory \"voxelforum.com\". How can I achive

4条回答
  •  無奈伤痛
    2021-01-04 19:57

    Remove your htaccess from your root folder and move it in your subfolders. As far as I know there is no way to disable htaccess for the root folder.

    EDIT: check AllowOverride

提交回复
热议问题