Centos htaccess not being read

后端 未结 5 1743
终归单人心
终归单人心 2021-02-05 22:44

I\'m working on a new server and I installed via yum the \"Web Server\" group. Php and mysql work fine but I can\'t get .htaccess to work.

Heres my test .htaccess file:<

5条回答
  •  清歌不尽
    2021-02-05 23:32

    Have you set AllowOverride in Apache config? If not, set AllowOverride from none to all.

提交回复
热议问题